Skip to content

Commit

Permalink
v3.2.2 (#64)
Browse files Browse the repository at this point in the history
Development updates
* Using ghcr.io
  • Loading branch information
bfren authored Jul 16, 2024
1 parent 2d18447 commit 7eaa67f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/busybox:1.36.1-debian11.10 AS busybox
# STAGE 3: get overlay from Alpine image
#======================================================================================================================

FROM alpine AS alpine
FROM ghcr.io/bfren/alpine AS alpine

WORKDIR /tmp
RUN \
Expand Down
2 changes: 1 addition & 1 deletion 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/busybox:1.36.1-debian12.6 AS busybox
# STAGE 3: get overlay from Alpine image
#======================================================================================================================

FROM alpine AS alpine
FROM ghcr.io/bfren/alpine AS alpine

WORKDIR /tmp
RUN \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.esh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM ghcr.io/bfren/busybox:<%= ${BUSYBOX_IMAGE} %> AS busybox
# STAGE 3: get overlay from Alpine image
#======================================================================================================================

FROM alpine AS alpine
FROM ghcr.io/bfren/alpine AS alpine

WORKDIR /tmp
RUN \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2

0 comments on commit 7eaa67f

Please sign in to comment.