Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent d3bbc70 commit be429cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3007
FROM golang:1.22.1 AS fetch
FROM golang:1.22.3 AS fetch
WORKDIR /app
COPY go.mod go.sum
RUN go mod download
Expand All @@ -9,7 +9,7 @@ WORKDIR /app
COPY --chown=65532:65532 . .
RUN ["templ", "generate"]

FROM golang:1.22.1 as build
FROM golang:1.22.3 as build
WORKDIR /app
COPY --from=generate /app .
RUN GOOS=linux go build -buildvcs=false -o app
Expand Down

0 comments on commit be429cb

Please sign in to comment.