mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-17 08:29:04 +02:00
chore: upgrade alpine packages on image build
This commit is contained in:
@@ -9,7 +9,8 @@ ARG TARGETVARIANT
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache su-exec
|
||||
RUN apk upgrade --no-cache && \
|
||||
apk add --no-cache su-exec
|
||||
|
||||
COPY linux/${TARGETARCH}/${TARGETVARIANT}/pocket-id /app/pocket-id
|
||||
COPY ./scripts/docker /app/docker
|
||||
|
||||
Reference in New Issue
Block a user