diff --git a/pocketbase.dockerfile b/pocketbase.dockerfile index 1a21afb..88f278e 100644 --- a/pocketbase.dockerfile +++ b/pocketbase.dockerfile @@ -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