Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go build -o maas-service .
RUN chmod 555 maas-service && \
chmod 444 application.yaml docs/swagger.json docs/swagger.yaml

FROM ghcr.io/netcracker/qubership-core-base:2.2.12 AS run
FROM ghcr.io/netcracker/qubership-core-base:2.2.13 AS run

COPY --chown=10001:0 --from=build app/maas-service /app/maas
COPY --chown=10001:0 --from=build app/application.yaml /app/
Expand Down
2 changes: 1 addition & 1 deletion validation-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/netcracker/qubership-core-base:2.2.12
FROM ghcr.io/netcracker/qubership-core-base:2.2.13
LABEL maintainer="qubership"

ADD ./install /tmp/
Expand Down
Loading