Skip to content

Commit e9db2d1

Browse files
Update golang Docker tag ( 1.23.4 → 1.25.3 )
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.23.4 | 1.25.3 | Signed-off-by: Davide Rutigliano <[email protected]>
1 parent 5506d3e commit e9db2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Golang image as the base image
2-
FROM --platform=linux/$TARGETARCH golang:1.23.4-alpine AS builder
2+
FROM --platform=linux/$TARGETARCH golang:1.25.3-alpine AS builder
33

44
# Set ARG for platform targeting
55
ARG TARGETARCH

0 commit comments

Comments
 (0)