Skip to content

Commit 3525b41

Browse files
build(deps): bump golang from 1.20.7 to 1.21.3 in /sidecar
Bumps golang from 1.20.7 to 1.21.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7526c78 commit 3525b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.7 as go-builder
1+
FROM golang:1.21.3 as go-builder
22
RUN mkdir /build
33
ADD ./out_gstdout /build/
44
WORKDIR /build

0 commit comments

Comments
 (0)