Skip to content

Commit

Permalink
newer
Browse files Browse the repository at this point in the history
AaronClaydon committed Dec 16, 2024
1 parent 3df04a0 commit 6c1a493
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.15 AS builder
FROM alpine:3.18 AS builder

RUN apk add --update nodejs npm

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


FROM alpine:3.15
FROM alpine:3.18

RUN apk add --update nginx

0 comments on commit 6c1a493

Please sign in to comment.