File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ name: build and publish
5151
5252steps :
5353 - name : determine tags
54- image : mwalbeck/determine-docker-tags
54+ image : mwalbeck/determine-docker-tags:latest-distroless
5555 pull : if-not-exists
5656 environment :
5757 VERSION_TYPE : docker_env
@@ -97,6 +97,6 @@ depends_on:
9797
9898---
9999kind : signature
100- hmac : 7b58b8c4d6f90b42e56906813d679ac902173f706339d8280ff28548bd76e934
100+ hmac : 6234cea671b6e5cc7762d806f6b5b0f315b03aa30cc48e5e04dbc26be00699c8
101101
102102...
Original file line number Diff line number Diff line change 1- FROM node:10.24.1-buster@sha256:05e259ab6478ae6032163ce34683bfccb495c8219f2f01a8d30889bb3ce33084 as build
1+ FROM node:16.14.2-bullseye as build
22
33# renovate: datasource=github-tags depName=gchq/CyberChef versioning=semver
4- ENV CYBERCHEF_VERSION v9.32.3
5-
6- ENV NODE_OPTIONS --max_old_space_size=2048
4+ ENV CYBERCHEF_VERSION v9.37.0
75
86USER node
97
You can’t perform that action at this time.
0 commit comments