Skip to content

Commit

Permalink
v1.1.2 (#8)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Mar 18, 2022
1 parent 0d4c1c6 commit a6cf44f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.14-4.2.1
FROM bfren/alpine-s6:alpine3.14-4.2.2

ARG BF_IMAGE
ARG BF_VERSION
Expand Down
2 changes: 1 addition & 1 deletion 16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.15-4.2.1
FROM bfren/alpine-s6:alpine3.15-4.2.2

ARG BF_IMAGE
ARG BF_VERSION
Expand Down
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.15-4.2.1
FROM bfren/alpine-s6:alpine3.15-4.2.2

ARG BF_IMAGE
ARG BF_VERSION
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
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

BASE_REVISION="4.2.1"
BASE_REVISION="4.2.2"
echo "Base: ${BASE_REVISION}"

NODE_VERSIONS="14 16 17"
Expand Down

0 comments on commit a6cf44f

Please sign in to comment.