Skip to content

Commit

Permalink
fix: hardcode node version used during docker bild
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Sep 8, 2023
1 parent 3eab5f8 commit f402e9a
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
@@ -1,6 +1,6 @@
### Stage: 1 ###
ARG ANGULAR_ENV=prod
FROM node:latest as node
FROM node:18 as node
# https://benkyriakou.com/posts/docker-args-empty
ARG ANGULAR_ENV
RUN echo "Building Angular configuration: $ANGULAR_ENV"
Expand Down

0 comments on commit f402e9a

Please sign in to comment.