Skip to content

Commit

Permalink
Bump library/alpine from 3.19.0 to 3.19.1 in /build/package
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jan 27, 2024
1 parent a2dd49d commit fef2d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed

- Updated `alpine` base image to 3.19.1

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion build/package/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: MIT
# https://hub.docker.com/_/alpine
FROM docker.io/library/alpine:3.19.0
FROM docker.io/library/alpine:3.19.1

COPY semver /usr/local/bin/semver

Expand Down

0 comments on commit fef2d04

Please sign in to comment.