Skip to content

Commit 6a027d3

Browse files
committed
Fix base image URL for klocwork-desktop-tools container
Signed-off-by: Peter Colberg <[email protected]>
1 parent 5500a5d commit 6a027d3

File tree

1 file changed

+1
-1
lines changed
  • container/ubuntu-20.04-klocwork-desktop-tools

1 file changed

+1
-1
lines changed

container/ubuntu-20.04-klocwork-desktop-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
55

6-
FROM amr-cache-registry.caas.intel.com/cache/library/ubuntu:20.04
6+
FROM ubuntu:20.04
77

88
# Optionally override uid of default user in container, e.g.,
99
# docker build --build-arg uid=1001 ...

0 commit comments

Comments
 (0)