Skip to content

Commit

Permalink
bumped to alpine 20 too
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 29, 2024
1 parent babaf1a commit acf1d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webclient/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM node:22-alpine3.19 AS build-stage
FROM node:22-alpine3.20 AS build-stage
WORKDIR /app
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand All @@ -26,7 +26,7 @@ COPY app app
RUN pnpm run build


FROM node:22-alpine3.19 AS production-stage
FROM node:22-alpine3.20 AS production-stage
RUN apk update --no-progress --quiet && \
apk add --no-cache --no-progress --quiet curl

Expand Down

0 comments on commit acf1d62

Please sign in to comment.