Skip to content

Commit

Permalink
chore(deps): update hairyhenderson/gomplate docker tag to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 1275cd7 commit 691c3cb
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 @@
FROM golang:1.22.0 as builder
COPY --from=hairyhenderson/gomplate:v3.11.7-alpine /bin/gomplate /usr/local/bin/gomplate
COPY --from=hairyhenderson/gomplate:v4.0.0-alpine /bin/gomplate /usr/local/bin/gomplate
ADD . /build
WORKDIR /build
RUN go vet ./...
Expand Down

0 comments on commit 691c3cb

Please sign in to comment.