Skip to content

Commit

Permalink
Update docker-golang to 1.22.0 from 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bump committed Feb 7, 2024
1 parent aa48108 commit f9e1e75
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.21.6-bookworm AS base
FROM golang:1.22.0-bookworm AS base

# expect is used to test cli
RUN \
Expand Down

0 comments on commit f9e1e75

Please sign in to comment.