Skip to content

Commit

Permalink
Update main Dockerfile golang base image to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuttle committed May 19, 2022
1 parent c4c8e52 commit eb823d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

### Security
- Update acceptance image Golang to 1.17 to fix CVE-2022-0778 and CVE-2022-1292.
- Update main and acceptance base images to Golang 1.17 to fix CVE-2022-0778 and CVE-2022-1292.
[cyberark/summon#232](https://github.com/cyberark/summon/pull/232/)

## [0.9.1] - 2021-12-22
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.17

WORKDIR /summon

Expand Down

0 comments on commit eb823d7

Please sign in to comment.