Update Dockerfile
All checks were successful
Deploy / build (push) Successful in 44s

This commit is contained in:
2024-11-19 19:28:32 +13:00
parent 7ef02eefb2
commit badfaad812

View File

@@ -1,7 +1,7 @@
FROM alpine:3.20.3 AS downloader FROM alpine:3.20.3 AS downloader
# renovate: datasource=github-releases depName=pocketbase/pocketbase extractVersion=^v(?<version>.*)$ # renovate: datasource=github-releases depName=pocketbase/pocketbase extractVersion=^v(?<version>.*)$
ARG VERSION=0.22.17 ARG VERSION=0.22.26
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH