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 4011ca0Copy full SHA for 4011ca0
.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
0 commit comments