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.4
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 59ecc4f commit 18e620b
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.3 as build
FROM registry.hub.docker.com/library/golang:1.23.4 as build
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 18e620b

Please sign in to comment.