Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

[Snyk] Security upgrade ubuntu from 20.04 to groovy-20210325 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#*********************************************************************/

FROM ubuntu:20.04 AS rpc-builder
FROM ubuntu:groovy-20210325 AS rpc-builder

WORKDIR /
ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -23,7 +23,7 @@ WORKDIR /rpc/build
RUN cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=/rpc/vcpkg/scripts/buildsystems/vcpkg.cmake ..
RUN cmake --build .

FROM ubuntu:20.04
FROM ubuntu:groovy-20210325

LABEL license='SPDX-License-Identifier: Apache-2.0' \
copyright='Copyright (c) 2021: Intel'
Expand Down