Skip to content

Commit

Permalink
Update Node.js to v16.11.1 (#398)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 21, 2021
1 parent 5a2dfae commit 05122f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/dockerfiles/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN cd vulnerability && OOS=linux go build -a -o /bin/horusec-vulnerability-main
RUN cd webhook && go get -t -v -d ./...
RUN cd webhook && OOS=linux go build -a -o /bin/horusec-webhook-main ./cmd/app/main.go

FROM node:16.10.0-alpine3.14 AS builder-manager
FROM node:16.11.1-alpine3.14 AS builder-manager

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion manager/deployments/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:16.10.0-alpine3.14 AS builder
FROM node:16.11.1-alpine3.14 AS builder

COPY . /manager

Expand Down

0 comments on commit 05122f0

Please sign in to comment.