Skip to content

Commit 630d596

Browse files
chore(deps): Update infra minor and patch (#9342)
1 parent f294e2c commit 630d596

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.23.6 AS builder
2+
FROM golang:1.24.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.23-alpine
1+
FROM golang:1.24-alpine
22

33
COPY . /go/src/cmd/
44

0 commit comments

Comments
 (0)