Skip to content

Commit

Permalink
Change node version to 22.11 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Nov 12, 2024
1 parent 25abdb4 commit daee12f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:23.0-alpine AS build
ENV NODE_VERSION=20.10.0
FROM node:22.11-alpine AS build
ENV NODE_VERSION=22.11.0

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:23.0-alpine
ENV NODE_VERSION=20.10.1
FROM node:22.11-alpine
ENV NODE_VERSION=22.11.0

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:23.0-alpine
ENV NODE_VERSION=20.10.1
FROM node:22.11-alpine
ENV NODE_VERSION=22.11.0

# Install python3.8
RUN apk update
Expand Down

0 comments on commit daee12f

Please sign in to comment.