From fb30e9e90af33b5be30cf1bd240376119704ce22 Mon Sep 17 00:00:00 2001 From: Ryan McNeil Date: Wed, 10 Apr 2024 15:13:52 -0600 Subject: [PATCH] Bump dockerfile Debian release to Bookworm (#1089) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43d5ad8e5..f4f96e1b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # # shared build/settings for all child images ### -FROM ruby:3.3.0-slim-bullseye AS base +FROM ruby:3.3.0-slim-bookworm AS base ARG userid=309 SHELL ["/bin/bash", "-c"]