Skip to content

Commit

Permalink
CASMCMS-9282: Bump Alpine version from 3.15 to 3.18, because 3.15 no …
Browse files Browse the repository at this point in the history
…longer receives security patches
  • Loading branch information
mharding-hpe committed Feb 13, 2025
1 parent f8b9d82 commit 2135f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.13.0] - 2025-02-13
### Dependencies
- CASMCMS-9282: Bump Alpine version from 3.15 to 3.18, because 3.15 no longer receives security patches

## [1.12.4] - 2024-11-06
### Fixed
- CASMCMS-9190: Discard SMD components whose ID fields are blank
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 2019-2022, 2024 Hewlett Packard Enterprise Development LP
# (C) Copyright 2019-2022, 2024-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 @@ -22,7 +22,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
#
# Base image
FROM artifactory.algol60.net/docker.io/alpine:3.15 AS base
FROM artifactory.algol60.net/docker.io/alpine:3.18 AS base
WORKDIR /app
COPY constraints.txt requirements.txt ./
RUN --mount=type=secret,id=netrc,target=/root/.netrc apk add --upgrade --no-cache apk-tools && \
Expand Down

0 comments on commit 2135f24

Please sign in to comment.