Skip to content

Commit

Permalink
Solve security vulns (#116)
Browse files Browse the repository at this point in the history
* Solve security vulns

* bump base image in windows

* fix windows
  • Loading branch information
danielm-codefresh authored May 25, 2023
1 parent 1e3c294 commit a3f9f6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.18.1-bullseye-slim
FROM node:16.20-bullseye-slim

WORKDIR /root/cf-runtime

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/windows/servercore:${OS_RELEASE} as download
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ENV GIT_VERSION 2.39.0
ENV NODE_VERSION 16.18.1
ENV NODE_VERSION 16.20.0
ENV YARN_VERSION 1.22.19

# Download and install git
Expand Down Expand Up @@ -52,4 +52,4 @@ COPY . ./

LABEL owner="codefresh.io"

CMD ["powershell", "./lib/forever.ps1"]
CMD ["powershell", "./lib/forever.ps1"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon-chai": "^3.7.0"
},
"engines": {
"node": "16.18.1"
"node": "16.20"
},
"scripts": {
"lint": "eslint '*/**/*.js'",
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.10.1
version: 1.10.2

0 comments on commit a3f9f6c

Please sign in to comment.