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