Skip to content

Commit 208e00e

Browse files
committed
[build] upgrade Go version in Docker build
1 parent 46d9eb6 commit 208e00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Building the binary of the App
2-
FROM golang:1.23-alpine AS build
2+
FROM golang:1.24-alpine AS build
33

44
ARG APP
55
ARG APP_VERSION=1.0.0

build/package/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine
1+
FROM golang:1.24-alpine
22

33
ENV GO111MODULE="on"
44
ENV GOOS="linux"

0 commit comments

Comments
 (0)