Skip to content

Commit

Permalink
Merge pull request #97 from acend/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
splattner authored Oct 19, 2022
2 parents f8af781 + 317d906 commit e5d5f3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/webshell/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dind:
enabled: true
image:
repository: docker
tag: 20.10.19-dind
tag: 20.10.20-dind
resources: {}
persistence:
enabled: false
Expand Down

0 comments on commit e5d5f3f

Please sign in to comment.