We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23e076 commit 8b3637fCopy full SHA for 8b3637f
Dockerfile
@@ -9,11 +9,11 @@ RUN tar zxvf /tmp/tarballs/*.tar.gz -C /usr/local/bin/ --strip-components=1 linu
9
10
# sops: encrypting secrets
11
FROM ubuntu:22.04 as sops
12
-ARG SOPS_VERSION=3.8.1
+ARG SOPS_VERSION=3.9.3
13
ARG ARCH=amd64
14
ADD --chmod=755 https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.$ARCH /usr/local/bin/sops
15
16
-FROM node:16-bullseye-slim
+FROM node:22-bookworm-slim
17
18
# We need to set a home directory, since both Helm and NPM won't be able to write to /.
19
ENV HOME=/tmp/argocd-cdk8s-plugin/
0 commit comments