Skip to content

Commit

Permalink
Merge pull request #1121 from dm3-org/revertNodeVersion
Browse files Browse the repository at this point in the history
Revert node version
  • Loading branch information
malteish authored Jul 19, 2024
2 parents cedb8cb + d29e370 commit 4435bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/DockerfileBase
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Create a base image that contains some common tools and all libraries
FROM --platform=linux/amd64 node:22-alpine as base
FROM --platform=linux/amd64 node:22-alpine3.18 as base
RUN apk add --update bash gawk \
&& rm -rf /var/cache/apk/*

Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:22-alpine as build
FROM --platform=linux/amd64 node:22-alpine3.18 as build
WORKDIR /build
COPY . .
# we need coreutils for proper ls command
Expand Down

0 comments on commit 4435bc5

Please sign in to comment.