Workflow: Lock alpine version for pocketbase image
All checks were successful
Build Pocketbase Docker Image / pocketbase-docker (push) Successful in 21s

This commit is contained in:
2025-02-02 20:56:40 +01:00
parent 463a784c74
commit 6ef94372fd

View File

@ -1,4 +1,6 @@
FROM docker.io/library/alpine:latest
# Lock the version because I had to pull the image manually,
# because fucking Docker thinks "toomanyrequests". Fuckers
FROM docker.io/library/alpine:3.21.2
ARG PB_VERSION=0.25.0