Skip to content

Commit 6925744

Browse files
Update golang Docker tag to v1.22.4
Update golang from 1.22.3 to 1.22.4 Change-type: patch
1 parent 380a3fe commit 6925744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FIXME: https://github.com/palantir/policy-bot/issues/558
22

33
# https://github.com/palantir/policy-bot/blob/develop/.palantir/go-version
4-
FROM golang:1.22.3-alpine3.19 AS build
4+
FROM golang:1.22.4-alpine3.19 AS build
55

66
WORKDIR /src
77

0 commit comments

Comments
 (0)