Skip to content

Commit

Permalink
v1.3.6 (#18)
Browse files Browse the repository at this point in the history
Minor updates
* Updating to BusyBox 1.36.0
  • Loading branch information
bfren authored Jan 9, 2023
1 parent a64d189 commit 49328a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/busybox:1.35.0-debian10.13 AS busybox
FROM ghcr.io/bfren/busybox:1.36.0-debian10.13 AS busybox

FROM debian:10.13-slim AS build
COPY --from=busybox / /bin
Expand Down
2 changes: 1 addition & 1 deletion 11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/busybox:1.35.0-debian11.6 AS busybox
FROM ghcr.io/bfren/busybox:1.36.0-debian11.6 AS busybox

FROM debian:11.6-slim AS build
COPY --from=busybox / /bin
Expand Down
2 changes: 1 addition & 1 deletion 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/busybox:1.35.0-debianbookworm AS busybox
FROM ghcr.io/bfren/busybox:1.36.0-debianbookworm AS busybox

FROM debian:bookworm-slim AS build
COPY --from=busybox / /bin
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BUSYBOX_VERSION="1.35.0"
BUSYBOX_VERSION="1.36.0"
echo "Busybox: ${BUSYBOX_VERSION}"

DEBIAN_VERSIONS="10 11 12 sid"
Expand Down
2 changes: 1 addition & 1 deletion sid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/busybox:1.35.0-debiansid AS busybox
FROM ghcr.io/bfren/busybox:1.36.0-debiansid AS busybox

FROM debian:sid-slim AS build
COPY --from=busybox / /bin
Expand Down

0 comments on commit 49328a3

Please sign in to comment.