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 Oct 4, 2024
1 parent a07e36a commit edf1381
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- 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@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Set up Node.js for extracting recipe from Dockerfile
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.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.9

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

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

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.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.18.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.18.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.18.0-bullseye-slim

ARG BUILDPLATFORM

Expand Down

0 comments on commit edf1381

Please sign in to comment.