Browse Source

upVersion

Tomishinets Vladimir 5 năm trước cách đây
mục cha
commit
b4d9ea618f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,6 +1,6 @@
-# syntax = tonistiigi/dockerfile:runmount20180618
+# syntax=docker/dockerfile:1.0-experimental
 
-FROM centos:7.5.1804
+FROM centos:7.7.1908
 LABEL maintainer="surkov.v@sdsys.ru"
 
 RUN --mount=type=bind,source=./files,target=/tmp/files \
@@ -9,4 +9,4 @@ RUN --mount=type=bind,source=./files,target=/tmp/files \
     && pip install -r /tmp/files/requirements.txt \
     && adduser ansible
 
-USER ansible
+USER ansible