chore(deps): update alpine docker tag to v3.21.0
All checks were successful
Deploy / build (pull_request) Successful in 21s
All checks were successful
Deploy / build (pull_request) Successful in 21s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.20.3 AS downloader
|
||||
FROM alpine:3.21.0 AS downloader
|
||||
|
||||
# renovate: datasource=github-releases depName=pocketbase/pocketbase extractVersion=^v(?<version>.*)$
|
||||
ARG VERSION=0.23.2
|
||||
@@ -13,7 +13,7 @@ ENV BUILDX_ARCH="${TARGETOS:-linux}_${TARGETARCH:-amd64}${TARGETVARIANT}"
|
||||
ADD https://github.com/pocketbase/pocketbase/releases/download/v${VERSION}/pocketbase_${VERSION}_${BUILDX_ARCH}.zip /tmp/pb.zip
|
||||
RUN unzip /tmp/pb.zip -d /pb/
|
||||
|
||||
FROM alpine:3.20.3
|
||||
FROM alpine:3.21.0
|
||||
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
|
||||
|
||||
EXPOSE 8090
|
||||
|
||||
Reference in New Issue
Block a user