diff --git a/Dockerfile b/Dockerfile index 8f7009cf..2a2e36ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # bump: docker-golang /FROM golang:([\d.]+)/ docker:golang|^1 -FROM golang:1.19.4-bullseye AS base +FROM golang:1.19.5-bullseye AS base # expect is used to test cli RUN \