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

This commit is contained in:
2024-07-20 15:03:31 +12:00
parent 5dd430563e
commit 7071379496

View File

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