Merge pull request 'chore(deps): update alpine docker tag to v3.20.3' (#8) from renovate/alpine-3.x into main
All checks were successful
Deploy / build (push) Successful in 29s
All checks were successful
Deploy / build (push) Successful in 29s
Reviewed-on: #8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.20.2 AS downloader
|
||||
FROM alpine:3.20.3 AS downloader
|
||||
|
||||
# renovate: datasource=github-releases depName=pocketbase/pocketbase extractVersion=^v(?<version>.*)$
|
||||
ARG VERSION=0.22.17
|
||||
@@ -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.2
|
||||
FROM alpine:3.20.3
|
||||
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
|
||||
|
||||
EXPOSE 8090
|
||||
|
||||
Reference in New Issue
Block a user