Skip to content

Commit b39ab88

Browse files
committed
Fix
Signed-off-by: ZePan110 <[email protected]>
1 parent ef83378 commit b39ab88

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker/code-scan.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# ARG UBUNTU_VER=22.04
5-
ARG UBUNTU_VER=@sha256:4e0171b9275e12d375863f2b3ae9ce00a4c53ddda176bd55868df97ac6f21a6e
6-
FROM ubuntu:${UBUNTU_VER} as devel
5+
FROM ubuntu@sha256:4e0171b9275e12d375863f2b3ae9ce00a4c53ddda176bd55868df97ac6f21a6e as devel
76

87
ENV LANG=C.UTF-8
98

ChatQnA/ui/docker/Dockerfile.openEuler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY svelte /home/user/svelte
1717
WORKDIR /home/user/svelte
1818

1919
# Install front-end dependencies
20-
RUN npm ci
20+
RUN npm install
2121

2222
# Build the front-end application
2323
RUN npm run build

0 commit comments

Comments
 (0)