diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 144fcb3..8df27b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Set up QEMU for Docker Buildx uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 diff --git a/node/20/alpine/Dockerfile b/node/20/alpine/Dockerfile index b086687..896e455 100644 --- a/node/20/alpine/Dockerfile +++ b/node/20/alpine/Dockerfile @@ -1,7 +1,7 @@ # TAGS: iron, lts # VARIANT: alpine # PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x -FROM node:20.12.2-alpine +FROM node:20.13.1-alpine ARG BUILDPLATFORM diff --git a/node/20/debian/Dockerfile b/node/20/debian/Dockerfile index 709b54a..b5df7e6 100644 --- a/node/20/debian/Dockerfile +++ b/node/20/debian/Dockerfile @@ -1,7 +1,7 @@ # TAGS: iron, lts # VARIANT: # PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x -FROM node:20.12.2-bullseye-slim +FROM node:20.13.1-bullseye-slim ARG BUILDPLATFORM diff --git a/node/20/puppeteer/Dockerfile b/node/20/puppeteer/Dockerfile index 6235835..5976218 100644 --- a/node/20/puppeteer/Dockerfile +++ b/node/20/puppeteer/Dockerfile @@ -1,7 +1,7 @@ # TAGS: iron, lts # VARIANT: # PLATFORMS: linux/amd64 -FROM node:20.12.2-bullseye-slim +FROM node:20.13.1-bullseye-slim ARG BUILDPLATFORM