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 Apr 4, 2024
1 parent 362c5c3 commit 9d142b0
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0

- name: Set up Node.js for extracting recipe from Dockerfile
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
with:
context: ${{ env.ROOTDIR }}
file: ${{ env.WORKDIR }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion mongo/4/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:4.4.28
FROM --platform=$BUILDPLATFORM mongo:4.4.29

ENV DEBIAN_FRONTEND noninteractive

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.24
FROM --platform=$BUILDPLATFORM mongo:5.0.26

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.13
FROM --platform=$BUILDPLATFORM mongo:6.0.14

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
FROM node:18.19.1-alpine
FROM node:18.20.1-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.19.1-bullseye-slim
FROM node:18.20.1-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.19.1-bullseye-slim
FROM node:18.20.1-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
FROM node:20.11.1-alpine
FROM node:20.12.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.11.1-bullseye-slim
FROM node:20.12.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.11.1-bullseye-slim
FROM node:20.12.1-bullseye-slim

ARG BUILDPLATFORM

Expand Down

0 comments on commit 9d142b0

Please sign in to comment.