Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent a07e36a commit 56186c8
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up QEMU for Docker Buildx
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0

- name: Set up Node.js for extracting recipe from Dockerfile
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -72,15 +72,15 @@ jobs:
- name: Login to GitHub Container Registry
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push the Docker image from the specified Dockerfile
id: docker_build
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
with:
context: ${{ env.ROOTDIR }}
file: ${{ env.WORKDIR }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion mongo/5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS:
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8
FROM --platform=$BUILDPLATFORM mongo:5.0.26
FROM --platform=$BUILDPLATFORM mongo:5.0.28

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion mongo/6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: latest
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8
FROM --platform=$BUILDPLATFORM mongo:6.0.15
FROM --platform=$BUILDPLATFORM mongo:6.0.16

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion node/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: hydrogen
# VARIANT: alpine
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
FROM node:18.20.3-alpine
FROM node:18.20.4-alpine

ARG BUILDPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion node/18/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: hydrogen
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
FROM node:18.20.3-bullseye-slim
FROM node:18.20.4-bullseye-slim

ARG BUILDPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion node/18/puppeteer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: hydrogen
# VARIANT:
# PLATFORMS: linux/amd64
FROM node:18.20.3-bullseye-slim
FROM node:18.20.4-bullseye-slim

ARG BUILDPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion node/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.14.0-alpine
FROM node:20.16.0-alpine

ARG BUILDPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion node/20/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: iron, lts
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
FROM node:20.14.0-bullseye-slim
FROM node:20.16.0-bullseye-slim

ARG BUILDPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion node/20/puppeteer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: iron, lts
# VARIANT:
# PLATFORMS: linux/amd64
FROM node:20.14.0-bullseye-slim
FROM node:20.16.0-bullseye-slim

ARG BUILDPLATFORM

Expand Down

0 comments on commit 56186c8

Please sign in to comment.