From 317d906b7b2575e1123c40f7e0065c1104715e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 23:51:41 +0000 Subject: [PATCH] Update all dependencies --- Dockerfile | 6 +++--- deploy/charts/webshell/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 357389b..4b0a830 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine3.16 +FROM node:19-alpine3.16 RUN apk add --no-cache make pkgconfig gcc g++ python3 libx11-dev libxkbfile-dev libsecret-dev @@ -18,10 +18,10 @@ RUN yarn --production --ignore-engines && \ yarn autoclean --force && \ yarn cache clean -FROM node:18-alpine3.16 +FROM node:19-alpine3.16 # renovate: datasource=github-tags depName=argoproj/argo-cd -ARG ARGOCD_VERSION=v2.4.14 +ARG ARGOCD_VERSION=v2.4.15 # renovate: datasource=github-tags depName=Azure/azure-cli ARG AZURECLI_VERSION=2.40.0 # renovate: datasource=github-tags depName=docker/compose diff --git a/deploy/charts/webshell/values.yaml b/deploy/charts/webshell/values.yaml index 5fc2b67..6a195ba 100644 --- a/deploy/charts/webshell/values.yaml +++ b/deploy/charts/webshell/values.yaml @@ -42,7 +42,7 @@ dind: enabled: true image: repository: docker - tag: 20.10.19-dind + tag: 20.10.20-dind resources: {} persistence: enabled: false