Skip to content

Commit

Permalink
update golang to 1.17.9 (#67)
Browse files Browse the repository at this point in the history
* fixes for CVE-2022-23772, CVE-2022-23806 and others
  • Loading branch information
MrBatschner committed May 5, 2022
1 parent 6060eed commit 5f41a21
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 @@
############# builder
FROM golang:1.17.5 AS builder
FROM golang:1.17.9 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-os-suse-chost
COPY . .
Expand Down

0 comments on commit 5f41a21

Please sign in to comment.