Skip to content

Commit

Permalink
fix: Update gomplate version to 3.11.3 fix CVE-2022-27665 (dexidp#2705)
Browse files Browse the repository at this point in the history
Signed-off-by: m.nabokikh <[email protected]>
  • Loading branch information
nabokihms authored and Alex Palesandro committed Sep 11, 2023
1 parent 668e86a commit fb3362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT

ENV GOMPLATE_VERSION=v3.11.2
ENV GOMPLATE_VERSION=v3.11.3

RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \
Expand Down

0 comments on commit fb3362a

Please sign in to comment.