Skip to content

Commit

Permalink
v3.2.12 (#85)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images

Build updates
* Updating workflows
  • Loading branch information
bfren authored Jul 30, 2024
1 parent 0695d1e commit 6df4092
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-
name: Build and export
id: docker_export
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./${{ matrix.node }}/Dockerfile
build-args: |
Expand All @@ -68,7 +68,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.node }}/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.node }}/Dockerfile
Expand All @@ -93,7 +93,7 @@ jobs:
name: Build and push default
id: docker_build_default
if: matrix.node == '20'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.node }}/Dockerfile
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 ghcr.io/bfren/alpine-s6:alpine3.16-5.4.5
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.4.6

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"

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 ghcr.io/bfren/alpine-s6:alpine3.15-5.4.5
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.6

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"

Expand Down
2 changes: 1 addition & 1 deletion 18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.5
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.6

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"

Expand Down
2 changes: 1 addition & 1 deletion 19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.4.5
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.4.6

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"

Expand Down
2 changes: 1 addition & 1 deletion 20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.6

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"

Expand Down
2 changes: 1 addition & 1 deletion 21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.6

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.11
3.2.12
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_VERSION="5.4.5"
BASE_VERSION="5.4.6"
echo "Base: ${BASE_VERSION}"

NODE_VERSIONS="16 17 18 19 20 21"
Expand Down

0 comments on commit 6df4092

Please sign in to comment.