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 Jan 8, 2025
1 parent a07e36a commit 127901f
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up QEMU for Docker Buildx
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0

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

- name: Set up Node.js for extracting recipe from Dockerfile
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
check-latest: true
Expand All @@ -62,7 +62,7 @@ jobs:
echo "::set-output name=variant::$VARIANT"
- name: Generate Docker image metadata
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
id: meta
with:
images: |
Expand All @@ -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@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
with:
context: ${{ env.ROOTDIR }}
file: ${{ env.WORKDIR }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion mariadb/10.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: lts
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
FROM --platform=$BUILDPLATFORM mariadb:10.11.8
FROM --platform=$BUILDPLATFORM mariadb:10.11.10

ENV DEBIAN_FRONTEND noninteractive

Check warning on line 6 in mariadb/10.11/Dockerfile

View workflow job for this annotation

GitHub Actions / MariaDB 10.11 / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

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.30

ENV DEBIAN_FRONTEND noninteractive

Check warning on line 6 in mongo/5/Dockerfile

View workflow job for this annotation

GitHub Actions / MongoDB 5 / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

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.19

ENV DEBIAN_FRONTEND noninteractive

Check warning on line 6 in mongo/6/Dockerfile

View workflow job for this annotation

GitHub Actions / MongoDB 6 / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

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.5-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.5-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.5-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.18.1-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.18.1-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.18.1-bullseye-slim

ARG BUILDPLATFORM

Expand Down

0 comments on commit 127901f

Please sign in to comment.