From bd5b5e823761930d02609c99f49b71e45b90f96f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 2 Nov 2023 15:17:06 -0700 Subject: [PATCH] Update published images to Debian Bookworm, Alpine 3.18 --- hub/Dockerfile.alpine | 2 +- hub/Dockerfile.debian | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/Dockerfile.alpine b/hub/Dockerfile.alpine index 1d9629b..f280e3f 100644 --- a/hub/Dockerfile.alpine +++ b/hub/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 # https://github.com/tianon/gosu/releases ENV GOSU_VERSION 1.17 diff --git a/hub/Dockerfile.debian b/hub/Dockerfile.debian index 21a156d..2fb1eeb 100644 --- a/hub/Dockerfile.debian +++ b/hub/Dockerfile.debian @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:bookworm-slim # https://github.com/tianon/gosu/releases ENV GOSU_VERSION 1.17