diff --git a/.github/workflows/build-pocketbase-amd64.yml b/.github/workflows/build-pocketbase.yml similarity index 100% rename from .github/workflows/build-pocketbase-amd64.yml rename to .github/workflows/build-pocketbase.yml diff --git a/Dockerfile b/Dockerfile index d658eda..d1ca902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ARG PB_VERSION=0.33.0 +ARG PB_VERSION=0.34.0 ARG TARGETARCH ENV PB_VERSION=${PB_VERSION}