Skip to content

Commit

Permalink
fix: change version in release image as well (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowd authored Nov 23, 2023
1 parent 75b8bfb commit 1ccebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY src src
RUN yarn build

# Second stage, create slimmed down production-ready image
FROM node:18
FROM node:18.18.0
ARG COMMIT_SHA

RUN apt-get update
Expand Down

0 comments on commit 1ccebc3

Please sign in to comment.