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