Skip to content

Commit

Permalink
missed other image
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainGlac1er committed Sep 2, 2023
1 parent 373b85d commit cfa2faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm run build:client-and-server-bundles

### STAGE 2: Create Image ###

FROM node:18-alpine3.14
FROM node:18-alpine3.18

COPY --from=builder /project/dist /project/dist
COPY ./package*.json /project/
Expand Down
2 changes: 1 addition & 1 deletion beta.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm run build:staging:client-and-server-bundles

### STAGE 2: Create Image ###

FROM node:18-alpine3.14
FROM node:18-alpine3.18

COPY --from=builder /project/dist /project/dist
COPY ./package*.json /project/
Expand Down

0 comments on commit cfa2faf

Please sign in to comment.