Skip to content

Commit

Permalink
Update dependency docker.io/library/alpine to v3.16.1 (#73)
Browse files Browse the repository at this point in the history
* Update dependency docker.io/library/alpine to v3.16.1

* update

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Karl-Johan Grahn <[email protected]>
  • Loading branch information
renovate[bot] and Karl-Johan Grahn authored Jul 19, 2022
1 parent c55ed1f commit 7ff0252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.21] - 2022-07-19
### Update
- Update dependency docker.io/library/alpine to v3.16.1

## [0.15.20] - 2022-07-13
### Update
- Update dependency docker.io/library/golang to v1.18.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . ./

RUN make build

FROM docker.io/library/alpine:3.16.0
FROM docker.io/library/alpine:3.16.1

ARG VERSION
ARG REVISION
Expand Down

0 comments on commit 7ff0252

Please sign in to comment.