Skip to content

Commit

Permalink
build(docker): update node image to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Nov 1, 2023
1 parent 8764122 commit b1a8fbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#*********************************************************************/
#Multistage docker layer to isolate the git credentials
#First stage copy and install dependencies
ARG BASE=node:18-bullseye-slim
FROM ${BASE} as builder
FROM node:20-bullseye-slim@sha256:f4032280e55c4116ffe38fb64e24e6632367b9d732c193fe991d2b02d911484f as builder
LABEL license='SPDX-License-Identifier: Apache-2.0' \
copyright='Copyright (c) Intel Corporation 2021'

Expand Down

0 comments on commit b1a8fbd

Please sign in to comment.