Skip to content

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmachado committed May 28, 2020
1 parent de81550 commit c031dc7
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 @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [0.6.0] - 2020-05-28
### Changed
- Change docker base image from `scratch` to `debian:slim`
- Change docker base image from `scratch` to `debian:bullseye`

## [0.5.0] - 2020-05-26
### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM debian:slim
FROM debian:bullseye-slim
COPY changelog /
ENTRYPOINT ["/changelog"]

0 comments on commit c031dc7

Please sign in to comment.