diff --git a/Dockerfile b/Dockerfile index a755528f..c33881d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,7 +112,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ && rm -rf /var/tmp/* COPY --from=joshhsoj1902/parse-env:1.0.3 /go/src/github.com/joshhsoj1902/parse-env/main /usr/bin/parse-env -COPY --from=hairyhenderson/gomplate:v3.9.0-alpine /bin/gomplate /usr/bin/gomplate +COPY --from=hairyhenderson/gomplate:v3.11.7-alpine /bin/gomplate /usr/bin/gomplate # Add the linuxgsm user RUN adduser \