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