Skip to content

Commit

Permalink
CR-17595 -- vuln (#795)
Browse files Browse the repository at this point in the history
* update node version

* bump alpine version
  • Loading branch information
yaroslav-codefresh authored Mar 28, 2023
1 parent 37fe309 commit 6dc719d
Show file tree
Hide file tree
Showing 5 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
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# Main
FROM node:18.12.1-alpine3.15
FROM node:18.14.1-alpine3.17

RUN apk --update add --no-cache ca-certificates git curl bash jq

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# Main
FROM node:18.12.1-bullseye-slim
FROM node:18.14.1-bullseye-slim

RUN apt update
RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian-rootless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# Main
FROM node:18.12.1-bullseye-slim
FROM node:18.14.1-bullseye-slim

RUN apt update
RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-rootless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# Main
FROM node:18.12.1-alpine3.15
FROM node:18.14.1-alpine3.17

RUN apk --update add --no-cache ca-certificates git curl bash jq

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.82.5",
"version": "0.82.6",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 6dc719d

Please sign in to comment.