mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 23:48:00 +00:00
Merge pull request #2612 from vmware/dependabot/docker/dockerfiles/deployment-yaml-formatter/ci/debian-13.1-slim
Bump debian from 13.0-slim to 13.1-slim in /dockerfiles/deployment-yaml-formatter
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
FROM mikefarah/yq:4.47.2 AS yq
|
||||
|
||||
FROM debian:13.0-slim
|
||||
FROM debian:13.1-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