Skip to content

Commit

Permalink
v2.0.3 (#37)
Browse files Browse the repository at this point in the history
Minor updates
* Updating 12.1 base image
  • Loading branch information
bfren authored Aug 24, 2023
1 parent 3cdfb06 commit b4c3984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -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..." ; \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3

0 comments on commit b4c3984

Please sign in to comment.