Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Dec 23, 2023
1 parent 0c2021a commit de02fc2
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:16.17.1-alpine AS builder
FROM node:20.10-alpine AS builder

RUN apk add git

Expand All @@ -25,7 +25,7 @@ COPY --chown=node ./.git ./.git

RUN npm run build

FROM nginx:1.23.2-alpine
FROM nginx:1.25-alpine

WORKDIR /etc/nginx/conf.d

Expand Down

0 comments on commit de02fc2

Please sign in to comment.