Skip to content

Commit

Permalink
fix: Use gomplate from maintained base image
Browse files Browse the repository at this point in the history
Fixes usage of outdated gomplate build

Fixes #13
  • Loading branch information
PSanetra committed May 6, 2024
1 parent 748b71f commit da1b7ae
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
@@ -1,5 +1,5 @@
ARG NGINX_TAG
FROM hairyhenderson/gomplate:v3 as gomplate
FROM ghcr.io/hairyhenderson/gomplate:stable as gomplate
FROM nginxinc/nginx-unprivileged:${NGINX_TAG} as single-page-app-server
COPY --from=gomplate /gomplate /usr/local/bin/gomplate

Expand Down

0 comments on commit da1b7ae

Please sign in to comment.