Skip to content

Commit 6d56bb0

Browse files
fix(deps): update golang docker tag to v1.24.0
1 parent 2c1b189 commit 6d56bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.6-bookworm
1+
FROM golang:1.24.0-bookworm
22

33
# [Optional] Uncomment the next line to use go get to install anything else you need
44
# RUN go get -x <your-dependency-or-tool>

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
44

5-
FROM --platform=$BUILDPLATFORM golang:1.23.6-bookworm AS builder
5+
FROM --platform=$BUILDPLATFORM golang:1.24.0-bookworm AS builder
66

77
COPY --from=xx / /
88

0 commit comments

Comments
 (0)