Skip to content

Commit

Permalink
Merge pull request #212 from stumpylog/chore/update-alpine-image
Browse files Browse the repository at this point in the history
chore: Updates from Alpine 3.15 to Alpine 3.20
  • Loading branch information
karlomikus authored Aug 24, 2024
2 parents 5a9532d + 349c935 commit 400dcc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:current-alpine3.15 as build
FROM node:current-alpine3.20 AS build

ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION:-develop}
Expand All @@ -12,7 +12,7 @@ RUN sed -i "s/{{VERSION}}/$BUILD_VERSION/g" ./docker/config.js

RUN npm run build

FROM nginx as prod
FROM nginx AS prod

COPY --from=build /app/dist /var/www/html

Expand Down

0 comments on commit 400dcc5

Please sign in to comment.