mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-21 10:29:05 +02:00
Revert "chore: upgrade alpine packages on image build"
This reverts commit d2c2cdaa5d.
This commit is contained in:
+1
-2
@@ -51,8 +51,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
|
||||
FROM alpine:3.24.1
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk upgrade --no-cache && \
|
||||
apk add --no-cache su-exec
|
||||
RUN apk add --no-cache su-exec
|
||||
|
||||
COPY --from=backend-builder /build/pocket-id /app/pocket-id
|
||||
COPY ./scripts/docker /app/docker
|
||||
|
||||
Reference in New Issue
Block a user