Skip to content

Commit 73894d9

Browse files
chore(deps): Update golang Docker tag to v1.25 (main) (#9495)
1 parent d7dfe3b commit 73894d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################### Stage I ######################
2-
FROM golang:1.24.5 AS builder
2+
FROM golang:1.25.0 AS builder
33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
bzip2=1.0.8-5+b1 \
55
git=1:2.39.5-0+deb12u2 \

graphql/e2e/custom_logic/cmd/Dockerfile

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

33
COPY . /go/src/cmd/
44

0 commit comments

Comments
 (0)