Skip to content

Commit

Permalink
feat(deps): update debian docker tag to v11.1 (#879)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 12, 2021
1 parent fcb0c0c commit b0890a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-cli/Dockerfile
@@ -1,5 +1,5 @@

FROM debian:11.0-slim
FROM debian:11.1-slim

# renovate: datasource=pypi depName=azure-cli versioning=2.22.1
ARG AZURE_CLI_VERSION=2.22.1
Expand Down
2 changes: 1 addition & 1 deletion azure-db/Dockerfile
Expand Up @@ -3,7 +3,7 @@
FROM ghcr.io/socialgouv/docker/kubectl:6.56 AS kubectl-image
FROM ghcr.io/socialgouv/docker/azure-cli:6.56 AS azure-cli-image

FROM debian:11.0-slim
FROM debian:11.1-slim

COPY --from=kubectl-image /usr/local/bin/kubectl /usr/local/bin/kubectl
COPY --from=azure-cli-image /usr/bin/az /usr/bin/az
Expand Down

0 comments on commit b0890a0

Please sign in to comment.