Skip to content

Commit 6be292f

Browse files
authored
Fix Syntax (#187)
1 parent 618da61 commit 6be292f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/updateBase/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM ${FROMIMAGE}
33

44
USER root
55

6-
RUN RUN microdnf update && microdnf clean all
6+
RUN microdnf update && microdnf clean all
77

8-
USER 1001
8+
USER 1001

0 commit comments

Comments
 (0)