diff --git a/12/Dockerfile b/12/Dockerfile index d0bb657..9fc5a41 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,6 +1,6 @@ -FROM ghcr.io/bfren/busybox:1.36.1-debian12 AS busybox +FROM ghcr.io/bfren/busybox:1.36.1-debian12.1 AS busybox -FROM debian:12.0-slim AS build +FROM debian:12.1-slim AS build COPY --from=busybox / /bin RUN echo "Removing executables that will be replaced by busybox..." ; \ @@ -26,7 +26,7 @@ ARG BF_VERSION ENV \ # Debian version - DEBIAN_MINOR=12.0 \ + DEBIAN_MINOR=12.1 \ # debug log output # 0: disable # 1: enable diff --git a/VERSION b/VERSION index f93ea0c..6acdb44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 \ No newline at end of file +2.0.3 \ No newline at end of file