Skip to content

Commit

Permalink
Merge pull request #75 from cailloumajor/renovate/golang-1.x
Browse files Browse the repository at this point in the history
fix(deps): update golang docker tag to v1.23.2
  • Loading branch information
cailloumajor authored Oct 8, 2024
2 parents 6b899bf + a66c6a3 commit 36f7eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.1-bookworm
FROM golang:1.23.2-bookworm

# [Optional] Uncomment the next line to use go get to install anything else you need
# RUN go get -x <your-dependency-or-tool>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx

FROM --platform=$BUILDPLATFORM golang:1.23.1-bookworm AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.2-bookworm AS builder

COPY --from=xx / /

Expand Down

0 comments on commit 36f7eb0

Please sign in to comment.