We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c522b0 commit b172354Copy full SHA for b172354
Dockerfile
@@ -3,9 +3,9 @@
3
############
4
FROM alpine:3 AS gomplate
5
ARG TARGETPLATFORM=linux/amd64
6
-ARG GOMPLATE_VERSION=3.10.0
7
-ARG GOMPLATE_AMD64_SHA256=603539aac4e09f98a8ca5b6e5da0c21213221206dc7175a5644255c7a22b936d
8
-ARG GOMPLATE_ARM64_SHA256=3352ef521977ee39cdd406a9a7943d0b5f29772e5542995416bf093b90bbae2c
+ARG GOMPLATE_VERSION=3.11.7
+ARG GOMPLATE_AMD64_SHA256=8010a1a4ff15db238f61f02cd716d677aff9a4c7b59335008183f897f46ca9a5
+ARG GOMPLATE_ARM64_SHA256=57ebc2ca8c231a24d5664145f9e731c61a260328ca3a6118fca8b94c37075cd8
9
RUN apk add --no-cache curl bash
10
SHELL ["/bin/bash", "-c"]
11
RUN ARCH=${TARGETPLATFORM/linux\//} \
0 commit comments