Skip to content

Commit

Permalink
newer
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Dec 16, 2024
1 parent 6c1a493 commit 32a0671
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 alpine:3.18 AS builder
FROM alpine:3.21 AS builder

RUN apk add --update nodejs npm

Expand All @@ -10,7 +10,7 @@ RUN npm install
RUN npm run build


FROM alpine:3.18
FROM alpine:3.21

RUN apk add --update nginx

Expand Down

0 comments on commit 32a0671

Please sign in to comment.