Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.34.2
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to     |
| ---------- | ------------------------------ | ------ | ------ |
| docker     | ghcr.io/renovatebot/base-image | 9.34.1 | 9.34.2 |
| docker     | ghcr.io/renovatebot/base-image | 9.34.0 | 9.34.2 |
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent c33b0d7 commit e8f7a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.34.1@sha256:29f6bf5ef45fdb516cb6c09987d2f3349aaa6edc60af4ac7b43f5a4f8a9c15e8 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.34.2@sha256:c59a85d656e6bc938d88a7346225b5a846b4941a187a7a8e977fbfad287efe5d AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.34.0-full@sha256:9a4d5f592b9f4c6d0ae9a5e46987c2120660f7ccaa0ab38f9a773a8ba1bfd495 AS full-base
FROM ghcr.io/renovatebot/base-image:9.34.2-full@sha256:9110a1edf0958095f2b5a13814f2b39d85f46e94c763e6a57b2037780f9cf646 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.34.1@sha256:29f6bf5ef45fdb516cb6c09987d2f3349aaa6edc60af4ac7b43f5a4f8a9c15e8 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.34.2@sha256:c59a85d656e6bc938d88a7346225b5a846b4941a187a7a8e977fbfad287efe5d AS build

# We want a specific node version here
# renovate: datasource=node-version
Expand Down

0 comments on commit e8f7a09

Please sign in to comment.