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 19, 2024
1 parent f228d97 commit 560d09a
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Set up Node.js for extracting recipe from Dockerfile
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 18
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@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
id: meta
with:
images: |
Expand All @@ -80,7 +80,7 @@ jobs:

- name: Build and push the Docker image from the specified Dockerfile
id: docker_build
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
context: ${{ env.ROOTDIR }}
file: ${{ env.WORKDIR }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion golang/1.21/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: latest
# VARIANT: alpine
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
FROM golang:1.21.5-alpine
FROM golang:1.21.6-alpine

ARG BUILDPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion golang/1.21/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: latest
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
FROM golang:1.21.5-bullseye
FROM golang:1.21.6-bullseye

ARG BUILDPLATFORM

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

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

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

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.18.2-alpine
FROM node:18.19.0-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.18.2-bullseye-slim
FROM node:18.19.0-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.18.2-bullseye-slim
FROM node:18.19.0-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.9.0-alpine
FROM node:20.11.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.9.0-bullseye-slim
FROM node:20.11.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.9.0-bullseye-slim
FROM node:20.11.0-bullseye-slim

ARG BUILDPLATFORM

Expand Down

0 comments on commit 560d09a

Please sign in to comment.