Skip to content

Commit

Permalink
Merge pull request #232 from cyberark/update-acceptance-base-image
Browse files Browse the repository at this point in the history
Update main and acceptance Dockerfile golang base image
  • Loading branch information
jtuttle authored May 19, 2022
2 parents 10d5b94 + eb823d7 commit 89757a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Security
- 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
### Changed
- Update go to 1.17 & switch to github.com/urfave/cli
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
2 changes: 1 addition & 1 deletion Dockerfile.acceptance
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine
FROM golang:1.17-alpine

RUN apk add --no-cache bash \
build-base \
Expand Down

0 comments on commit 89757a7

Please sign in to comment.