Skip to content

Commit

Permalink
dev: update Docker base images (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Feb 12, 2025
1 parent 750e1ab commit 09167d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/buildx-alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM golang:1.23-alpine
FROM golang:1.24-alpine

# related to https://github.com/golangci/golangci-lint/issues/3107
ENV GOROOT /usr/local/go
Expand Down
2 changes: 1 addition & 1 deletion build/buildx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM golang:1.23
FROM golang:1.24

# related to https://github.com/golangci/golangci-lint/issues/3107
ENV GOROOT /usr/local/go
Expand Down

0 comments on commit 09167d7

Please sign in to comment.