Skip to content

Commit 17c6285

Browse files
committed
chore(deps): update golang docker tag to v1.23
1 parent 34d8292 commit 17c6285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system-test/Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-bullseye as builder
1+
FROM golang:1.23-bullseye as builder
22
RUN apt-get update && apt-get install -y \
33
git \
44
&& rm -rf /var/lib/apt/lists/*

system-test/Dockerfile.node-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NODE_VERSION
22

3-
FROM golang:1.22-alpine as builder
3+
FROM golang:1.23-alpine as builder
44
RUN apk add --no-cache git
55
WORKDIR /root/
66
RUN go install github.com/google/[email protected]

0 commit comments

Comments
 (0)