Skip to content

Commit 2a06fb2

Browse files
Bump Alpine Linux Version to 3.21.3 (#940)
* chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89d4309 commit 2a06fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22-
ARG ALPINE_TAG=3.21.2
22+
ARG ALPINE_TAG=3.21.3
2323
FROM alpine:"${ALPINE_TAG}" AS jre-build
2424

2525
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ variable "ON_TAG" {
111111
}
112112

113113
variable "ALPINE_FULL_TAG" {
114-
default = "3.21.2"
114+
default = "3.21.3"
115115
}
116116

117117
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)