Skip to content

Commit e79afc5

Browse files
authored
chore: Update GO_VERSION to 1.23 in git Dockerfile
Signed-off-by: Erez Rokah <[email protected]>
1 parent 82b8594 commit e79afc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/git.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20.12
3+
ARG GO_VERSION=1.23
44
ARG ALPINE_VERSION=3.19
55

66
FROM alpine:${ALPINE_VERSION} AS base

0 commit comments

Comments
 (0)