diff --git a/skeleton/Dockerfile b/skeleton/Dockerfile index 1386b9c6..9027db1b 100644 --- a/skeleton/Dockerfile +++ b/skeleton/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/automattic/vip-container-images/alpine:3.18.4@sha256:64452e6bfb86497fa82b563e7aee80adab5201d6b51800caf64bd8c550eef46e +FROM ghcr.io/automattic/vip-container-images/alpine:3.18.4@sha256:6b50cbfe31bd2f0162c8b7924fd14bd58a7b2a07ca51d641d952deb7306762ac RUN apk add --no-cache --virtual build-deps git && \ git clone --depth=1 https://github.com/Automattic/vip-go-skeleton/ /clientcode && \