Skip to content

Commit

Permalink
bump node version in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Sep 8, 2024
1 parent b3dd4f3 commit 41b3ebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/docker/multi-apple-darwin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye as node
FROM node:22-bullseye as node
FROM crazymax/osxcross:11.3-r7-ubuntu AS osxcross

FROM ubuntu:20.04
Expand Down
2 changes: 1 addition & 1 deletion meta/docker/multi-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye as node
FROM node:22-bullseye as node

FROM ubuntu:20.04

Expand Down
2 changes: 1 addition & 1 deletion meta/docker/x86_64-pc-windows-static/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye as node
FROM node:22-bullseye as node

FROM ubuntu:20.04

Expand Down

0 comments on commit 41b3ebe

Please sign in to comment.