Skip to content

Commit

Permalink
Merge pull request #370 from Cray-HPE/casmcms-9282
Browse files Browse the repository at this point in the history
CASMCMS-9282: Bump Alpine version from 3.15 to 3.18
  • Loading branch information
mharding-hpe authored Feb 18, 2025
2 parents e0038a1 + 42dedf7 commit 396e44d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.7.0] - 2025-02-13

### Dependencies
- CASMCMS-9282: Bump Alpine version from 3.15 to 3.18, because 3.15 no longer receives security patches

## [2.6.0] - 2024-11-12

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2020-2024 Hewlett Packard Enterprise Development LP
# (C) Copyright 2020-2025 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand All @@ -21,7 +21,7 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#
FROM artifactory.algol60.net/csm-docker/stable/docker.io/library/alpine:3.15 AS base
FROM artifactory.algol60.net/csm-docker/stable/docker.io/library/alpine:3.18 AS base
WORKDIR /src/
COPY requirements.txt constraints.txt README.md ./

Expand Down

0 comments on commit 396e44d

Please sign in to comment.