diff --git a/skeleton/Dockerfile b/skeleton/Dockerfile index a9cf25ba..5a3bfc8e 100644 --- a/skeleton/Dockerfile +++ b/skeleton/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:69689b7134f1559bae811cdf06829b55410c7d389af8913fbb041518c3ef0b12 +FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:3aee703f219f7c0da46e5ff7f7bbf02ec4aa08b7e9b39de9ce6333d2731d2948 RUN apk add --no-cache --virtual build-deps git && \ git clone --depth=1 https://github.com/Automattic/vip-go-skeleton/ /clientcode && \