Skip to content

Commit 19d660d

Browse files
chore(deps): update ghcr.io/netcracker/qubership-core-base docker tag to v2.1.4
1 parent 30408fc commit 19d660d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core-bootstrap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN go mod download
88
RUN go build -o platform-bootstrap-image .
99

10-
FROM ghcr.io/netcracker/qubership-core-base:2.1.1 AS run
10+
FROM ghcr.io/netcracker/qubership-core-base:2.1.4 AS run
1111

1212
COPY --chown=10001:0 --chmod=555 --from=build app/platform-bootstrap-image /app/platform-bootstrap-image
1313

cr-synchronizer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN go mod download
88
RUN go build -o cr-synchronizer .
99

10-
FROM ghcr.io/netcracker/qubership-core-base:2.1.1 AS run
10+
FROM ghcr.io/netcracker/qubership-core-base:2.1.4 AS run
1111

1212
COPY --chown=10001:0 --chmod=555 --from=build app/cr-synchronizer /app/cr-checker
1313

0 commit comments

Comments
 (0)