Skip to content

Commit a3f9f6c

Browse files
Solve security vulns (#116)
* Solve security vulns * bump base image in windows * fix windows
1 parent 1e3c294 commit a3f9f6c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.18.1-bullseye-slim
1+
FROM node:16.20-bullseye-slim
22

33
WORKDIR /root/cf-runtime
44

Dockerfile.windows

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/windows/servercore:${OS_RELEASE} as download
55
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
66

77
ENV GIT_VERSION 2.39.0
8-
ENV NODE_VERSION 16.18.1
8+
ENV NODE_VERSION 16.20.0
99
ENV YARN_VERSION 1.22.19
1010

1111
# Download and install git
@@ -52,4 +52,4 @@ COPY . ./
5252

5353
LABEL owner="codefresh.io"
5454

55-
CMD ["powershell", "./lib/forever.ps1"]
55+
CMD ["powershell", "./lib/forever.ps1"]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"sinon-chai": "^3.7.0"
4343
},
4444
"engines": {
45-
"node": "16.18.1"
45+
"node": "16.20"
4646
},
4747
"scripts": {
4848
"lint": "eslint '*/**/*.js'",

service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.10.1
1+
version: 1.10.2

0 commit comments

Comments
 (0)