mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
chore: debian 12.1 docker image
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user