File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# https://github.com/golift/application-builder
4
4
#
5
5
6
- FROM golang:1.22.7 -alpine AS builder
6
+ FROM golang:1.23.4 -alpine AS builder
7
7
8
8
# Build speed magic!
9
9
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
Original file line number Diff line number Diff line change 3
3
# https://github.com/golift/application-builder
4
4
#
5
5
6
- FROM golang:1.22.7 -bullseye AS builder
6
+ FROM golang:1.23.4 -bullseye AS builder
7
7
8
8
# Build speed magic!
9
9
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
Original file line number Diff line number Diff line change 3
3
# https://github.com/golift/application-builder
4
4
#
5
5
6
- FROM golang:1.22.7 -bullseye AS builder
6
+ FROM golang:1.23.4 -bullseye AS builder
7
7
8
8
# Build speed magic!
9
9
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
You can’t perform that action at this time.
0 commit comments