Skip to content

Commit

Permalink
Merge pull request #694 from wader/bump-docker-golang-1.20.5
Browse files Browse the repository at this point in the history
Update docker-golang to 1.20.5 from 1.20.4
  • Loading branch information
wader authored Jun 7, 2023
2 parents 05e8bd5 + 64e17f0 commit 9d128cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bump: docker-golang /FROM golang:([\d.]+)/ docker:golang|^1
FROM golang:1.20.4-bullseye AS base
FROM golang:1.20.5-bullseye AS base

# expect is used to test cli
RUN \
Expand Down

0 comments on commit 9d128cc

Please sign in to comment.