Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 96431fc commit d9f9c51
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,4 +1,4 @@
FROM golang:1.23.4 as fetch-stage
FROM golang:1.23.5 as fetch-stage

COPY go.mod go.sum /app/
WORKDIR /app
Expand All @@ -16,7 +16,7 @@ WORKDIR /app
EXPOSE 3000
ENTRYPOINT ["air"]

FROM golang:1.23.4 AS build-stage
FROM golang:1.23.5 AS build-stage
COPY --from=generate-stage /app /app
WORKDIR /app
RUN CGO_ENABLED=0 GOOS=linux go build -buildvcs=false -o /app/app
Expand Down

0 comments on commit d9f9c51

Please sign in to comment.