Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 2eeeb65

Browse files
authored
Merge pull request #49 from mdvorak/dependabot/docker/golang-1.17.3
Bump golang from 1.17.2 to 1.17.3
2 parents 5f8f3b2 + 5e692ed commit 2eeeb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM docker.io/golang:1.17.2 as builder
2+
FROM docker.io/golang:1.17.3 as builder
33

44
# Prepare Go environment
55
ARG GOPROXY

0 commit comments

Comments
 (0)