diff --git a/Dockerfile b/Dockerfile index e11a57d..f5b9b01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ EXPOSE 3000 4667 CMD ["air", "-c", ".air.toml"] # Production stage -FROM alpine:3.21 AS production +FROM alpine:3.23 AS production WORKDIR /app COPY --from=builder /app/packer /usr/local/bin/packer COPY config.yaml /app/config.yaml diff --git a/Dockerfile.combined b/Dockerfile.combined index f49e3c6..f20939a 100644 --- a/Dockerfile.combined +++ b/Dockerfile.combined @@ -16,7 +16,7 @@ ENV NEXT_SHARP_PATH=/app/node_modules/sharp ENV API_URL=http://localhost:3000 RUN pnpm run build -FROM alpine:3.21 +FROM alpine:3.23 RUN apk add --no-cache bash curl nodejs npm RUN npm install -g pnpm