Skip to content

Commit

Permalink
update alpine to 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Aug 25, 2021
1 parent 6fbfbc1 commit 7fc8223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.2.1] - 2020-08-24

### Changed
- Updated alpine image to alpine 3.14.1

## [0.2.0] - 2020-07-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.14.1

ARG RUBY_VERSION=2.4.4
ARG ASSET_VERSION=local_build
Expand Down

0 comments on commit 7fc8223

Please sign in to comment.