Skip to content

Commit

Permalink
Update the base Alpine Linux container image
Browse files Browse the repository at this point in the history
End of support was reached for Alpine Linux 3.13 on November 2022.
Use the latest stable version instead (supported until April 2026).
  • Loading branch information
fpoirotte committed Oct 31, 2024
1 parent b1d02ce commit 587e5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/dists/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Rebuild this file with `make docker.alpine.regen`
#
ARG from=alpine:3.13
ARG from=alpine:3.20
FROM ${from} as build

#
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/m4/Dockerfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ define([p_SET], [
])
dnl D_NAME PKG_TYPE OS_NAME OS_VER OS_CODENAME DOCKER_IMAGE
ifelse(
D_NAME, [alpine], [p_SET([alpine], [alpine], [3.13], [alpine], [alpine:3.13])],
D_NAME, [alpine], [p_SET([alpine], [alpine], [3.20], [alpine], [alpine:3.20])],
D_NAME, [debian10], [p_SET([deb], [debian], [10], [buster], [debian:buster])],
D_NAME, [debian11], [p_SET([deb], [debian], [11], [bullseye], [debian:bullseye])],
D_NAME, [debian12], [p_SET([deb], [debian], [12], [bookworm], [debian:bookworm])],
Expand Down

0 comments on commit 587e5ec

Please sign in to comment.