Skip to content

Commit

Permalink
v2.2.5 (#35)
Browse files Browse the repository at this point in the history
Major updates
* Using latest base images

Platform updates
* Create FUNDING.yml
  • Loading branch information
bfren authored Aug 26, 2021
1 parent 77414d9 commit 744e28b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: bfren
patreon: bfren
2 changes: 1 addition & 1 deletion 3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bfren/alpine-s6:alpine3.12-2.2.4
FROM bfren/alpine-s6:alpine3.12-2.2.5
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion 5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bfren/alpine-s6:alpine3.14-2.2.4
FROM bfren/alpine-s6:alpine3.14-2.2.5
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion 6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bfren/alpine-s6:alpine3.14-2.2.4
FROM bfren/alpine-s6:alpine3.14-2.2.5
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.4
2.2.5

0 comments on commit 744e28b

Please sign in to comment.