Revert "chore: upgrade alpine packages on image build"

This reverts commit d2c2cdaa5d.
This commit is contained in:
Elias Schneider
2026-09-19 19:44:50 +02:00
parent 4edfaf622a
commit 0eb531333a
3 changed files with 2 additions and 7 deletions
-3
View File
@@ -110,9 +110,6 @@ dockers_v2:
platforms:
- linux/amd64
- linux/arm64
flags:
- "--pull=true"
- "--no-cache=true"
labels:
"org.opencontainers.image.authors": "Pocket ID"
"org.opencontainers.image.url": "https://github.com/pocket-id/pocket-id"
+1 -2
View File
@@ -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
+1 -2
View File
@@ -9,8 +9,7 @@ ARG TARGETVARIANT
WORKDIR /app
RUN apk upgrade --no-cache && \
apk add --no-cache su-exec
RUN apk add --no-cache su-exec
COPY linux/${TARGETARCH}/${TARGETVARIANT}/pocket-id /app/pocket-id
COPY ./scripts/docker /app/docker