Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v1.23.4 (
Browse files Browse the repository at this point in the history
#27235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 12, 2024
1 parent b13fb2f commit cf88755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Expand Up @@ -3,12 +3,12 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:1.23.3@sha256:4a27b6add9cddef07129f13431d242ad0de6bbee7d338bd7c76429e0c9df15c5 AS slim-base
FROM ghcr.io/renovatebot/base-image:1.23.4@sha256:a949c81cfa579e2682ef7bd595b3bbfad636fb4da664993979713b81b19fa523 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:1.23.3-full@sha256:923426f23685d74b69c41c00afe4b406463d669c75f55db3e404e47ad9c78691 AS full-base
FROM ghcr.io/renovatebot/base-image:1.23.4-full@sha256:f79ef732e27a86d7879379c7ec4eb7a8a80dcf533b3e5e19945c5a06bd4d5d37 AS full-base

# --------------------------------------
# build image
Expand Down

0 comments on commit cf88755

Please sign in to comment.