diff --git a/.github/dockerfile-for-dependabot/Dockerfile b/.github/dockerfile-for-dependabot/Dockerfile index 9719462..8f0b54c 100644 --- a/.github/dockerfile-for-dependabot/Dockerfile +++ b/.github/dockerfile-for-dependabot/Dockerfile @@ -1,2 +1,2 @@ # Used for dependabot to detect new golang versions -FROM golang:1.18.3-alpine +FROM golang:1.19.1-alpine