From c63c5d5a3ea204a363f5c7c46b3a41b24b52cd69 Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Tue, 14 May 2024 13:20:22 +0000 Subject: [PATCH] chore: update base Debian image to Bookworm --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ef205a..7bd85ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim as sdmrelay +FROM debian:bookworm-slim as sdmrelay # Install SDM CLI WORKDIR /usr/local/bin RUN apt-get update && \ diff --git a/VERSION b/VERSION index 781dcb0..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3 +1.2.0