Skip to content

Commit

Permalink
chore: bump node and nginx images for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
taleodor committed Apr 20, 2023
1 parent 391f321 commit 65e1fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:16.14.0-alpine3.15 as build-stage
FROM node:18-alpine3.17 as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY ./ .
RUN npm run build

FROM nginx:1.21.6-alpine as artifact-stage
FROM nginx:1.23.4-alpine as artifact-stage
ARG CI_ENV=noci
ARG GIT_COMMIT=git_commit_undefined
ARG GIT_BRANCH=git_branch_undefined
Expand Down

0 comments on commit 65e1fa3

Please sign in to comment.