Skip to content

Commit

Permalink
chore(deps): update registry.hub.docker.com/library/golang docker tag…
Browse files Browse the repository at this point in the history
… to v1.23.5
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent e6e876b commit 9a2645d
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
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY --chown=65532:65532 main.templ .
RUN ["templ", "generate"]

FROM registry.hub.docker.com/library/golang:1.23.4 as build
FROM registry.hub.docker.com/library/golang:1.23.5 as build
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 9a2645d

Please sign in to comment.