Skip to content

Commit

Permalink
Changing from alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 22, 2023
1 parent a7f6692 commit aa2bef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.19
ARG NODE_MAJOR=20
ARG NODE_VERSION=20.0.0
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS builder
FROM node:${NODE_VERSION}-alpine AS builder

FROM betterweb/alpine:${ALPINE_VERSION}
COPY --from=builder /usr/local /usr/local
Expand Down

0 comments on commit aa2bef1

Please sign in to comment.