chore: debian 12.1 docker image

This commit is contained in:
Jose Quintana
2023-08-09 23:51:54 +02:00
parent 21420531cb
commit 37a5113ee2

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM debian:12.0-slim as build
FROM --platform=$BUILDPLATFORM debian:12.1-slim as build
ARG TARGETPLATFORM
ARG SERVER_VERSION=0.0.0
@@ -40,7 +40,7 @@ RUN set -ex \
&& file /usr/local/bin/static-web-server \
&& true
FROM debian:12.0-slim
FROM debian:12.1-slim
ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=${SERVER_VERSION}