Skip to content

Commit a8bd4a0

Browse files
author
rizhdanov
committed
Исправил базовый образ
1 parent 9f0a4d1 commit a8bd4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onec-full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk --no-cache add bash curl grep \
1414
&& for file in *.tar.gz; do tar -zxf "$file"; done \
1515
&& rm -rf *.tar.gz
1616

17-
FROM registry.oskk.1solution.ru/docker-images/onec-base:latest as base
17+
FROM demoncat/onec-base:latest:latest as base
1818
LABEL maintainer="Ruslan Zhdanov <nl.ruslan@yandex.ru> (@TheDemonCat)"
1919

2020
COPY --from=downloader /tmp/*.deb /tmp/

0 commit comments

Comments
 (0)