Skip to content

Commit da1b7ae

Browse files
committed
fix: Use gomplate from maintained base image
Fixes usage of outdated gomplate build Fixes #13
1 parent 748b71f commit da1b7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NGINX_TAG
2-
FROM hairyhenderson/gomplate:v3 as gomplate
2+
FROM ghcr.io/hairyhenderson/gomplate:stable as gomplate
33
FROM nginxinc/nginx-unprivileged:${NGINX_TAG} as single-page-app-server
44
COPY --from=gomplate /gomplate /usr/local/bin/gomplate
55

0 commit comments

Comments
 (0)