mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-04 12:02:36 +00:00
Bump debian in /dockerfiles/deployment-yaml-formatter
Bumps debian from 13.2-slim to 13.3-slim. --- updated-dependencies: - dependency-name: debian dependency-version: 13.3-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
FROM mikefarah/yq:4.50.1 AS yq
|
||||
|
||||
FROM debian:13.2-slim
|
||||
FROM debian:13.3-slim
|
||||
|
||||
# Note: libdigest-sha-perl is to get shasum, which is used when installing Carvel tools below.
|
||||
RUN apt-get update && apt-get install -y ca-certificates jq curl libdigest-sha-perl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user