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 9f0a4d1 commit a8bd4a0Copy full SHA for a8bd4a0
onec-full/Dockerfile
@@ -14,7 +14,7 @@ RUN apk --no-cache add bash curl grep \
14
&& for file in *.tar.gz; do tar -zxf "$file"; done \
15
&& rm -rf *.tar.gz
16
17
-FROM registry.oskk.1solution.ru/docker-images/onec-base:latest as base
+FROM demoncat/onec-base:latest:latest as base
18
LABEL maintainer="Ruslan Zhdanov <nl.ruslan@yandex.ru> (@TheDemonCat)"
19
20
COPY --from=downloader /tmp/*.deb /tmp/
0 commit comments