Skip to content

Commit 8b3637f

Browse files
committed
Upgrade to SOPS 3.9.3 and Node 22 LTS
1 parent c23e076 commit 8b3637f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ RUN tar zxvf /tmp/tarballs/*.tar.gz -C /usr/local/bin/ --strip-components=1 linu
99

1010
# sops: encrypting secrets
1111
FROM ubuntu:22.04 as sops
12-
ARG SOPS_VERSION=3.8.1
12+
ARG SOPS_VERSION=3.9.3
1313
ARG ARCH=amd64
1414
ADD --chmod=755 https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.$ARCH /usr/local/bin/sops
1515

16-
FROM node:16-bullseye-slim
16+
FROM node:22-bookworm-slim
1717

1818
# We need to set a home directory, since both Helm and NPM won't be able to write to /.
1919
ENV HOME=/tmp/argocd-cdk8s-plugin/

0 commit comments

Comments
 (0)