Skip to content

Commit a6b682c

Browse files
chore(deps): update golang docker tag to v1.20.5
1 parent 51b5b23 commit a6b682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/golang/1.20.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.2
1+
FROM golang:1.20.5
22
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \
33
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
44
apt-get update

0 commit comments

Comments
 (0)