We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef83378 commit b39ab88Copy full SHA for b39ab88
.github/workflows/docker/code-scan.dockerfile
@@ -2,8 +2,7 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
# ARG UBUNTU_VER=22.04
5
-ARG UBUNTU_VER=@sha256:4e0171b9275e12d375863f2b3ae9ce00a4c53ddda176bd55868df97ac6f21a6e
6
-FROM ubuntu:${UBUNTU_VER} as devel
+FROM ubuntu@sha256:4e0171b9275e12d375863f2b3ae9ce00a4c53ddda176bd55868df97ac6f21a6e as devel
7
8
ENV LANG=C.UTF-8
9
ChatQnA/ui/docker/Dockerfile.openEuler
@@ -17,7 +17,7 @@ COPY svelte /home/user/svelte
17
WORKDIR /home/user/svelte
18
19
# Install front-end dependencies
20
-RUN npm ci
+RUN npm install
21
22
# Build the front-end application
23
RUN npm run build
0 commit comments