Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 4ae29fa commit 76ec261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion init/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/golift/application-builder
#

FROM golang:1.22.7-alpine AS builder
FROM golang:1.23.2-alpine AS builder

# Build speed magic!
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
Expand Down
2 changes: 1 addition & 1 deletion init/docker/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/golift/application-builder
#

FROM golang:1.22.7-bullseye AS builder
FROM golang:1.23.2-bullseye AS builder

# Build speed magic!
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
Expand Down
2 changes: 1 addition & 1 deletion init/docker/Dockerfile.scratch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/golift/application-builder
#

FROM golang:1.22.7-bullseye AS builder
FROM golang:1.23.2-bullseye AS builder

# Build speed magic!
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
Expand Down

0 comments on commit 76ec261

Please sign in to comment.