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