From 461ed5b6990f9e8f638e7e95e1367c1ad60b700d Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Thu, 13 Feb 2025 12:01:14 -0500 Subject: [PATCH] CASMCMS-9282: Bump Alpine version from 3.15 to 3.21, because 3.15 no longer receives security patches --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18afb79..7aeb1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.16.0] - 2025-02-13 +### Dependencies +- CASMCMS-9282: Bump Alpine version from 3.15 to 3.21, because 3.15 no longer receives security patches + ## [2.15.0] - 2024-12-10 ## Fixed - CASMCMS-9226 - fix mis-spelling. diff --git a/Dockerfile b/Dockerfile index 15caf1d..5323856 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2018-2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2018-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"), @@ -24,7 +24,7 @@ # Cray Image Management Service image build environment utilities Dockerfile # -FROM artifactory.algol60.net/docker.io/library/alpine:3.15 as base +FROM artifactory.algol60.net/docker.io/library/alpine:3.21 as base # Add utilities that are required for this command WORKDIR /