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 748b71f commit da1b7aeCopy full SHA for da1b7ae
Dockerfile
@@ -1,5 +1,5 @@
1
ARG NGINX_TAG
2
-FROM hairyhenderson/gomplate:v3 as gomplate
+FROM ghcr.io/hairyhenderson/gomplate:stable as gomplate
3
FROM nginxinc/nginx-unprivileged:${NGINX_TAG} as single-page-app-server
4
COPY --from=gomplate /gomplate /usr/local/bin/gomplate
5
0 commit comments