Skip to content

Commit ad12501

Browse files
joperezrDependabot
andauthored
Bump the microsoft_docker_images group across 3 directories with 1 update (#14431)
Bumps the microsoft_docker_images group with 1 update in the /playground/withdockerfile/WithDockerfile.AppHost/qots directory: cbl-mariner/base/core. Bumps the microsoft_docker_images group with 1 update in the /playground/publishers/Publishers.AppHost/qots directory: cbl-mariner/base/core. Bumps the microsoft_docker_images group with 1 update in the /playground/withdockerfile/WithDockerfile.AppHost directory: cbl-mariner/base/core. Updates `cbl-mariner/base/core` from 2.0.20251206 to 2.0.20260102 Updates `cbl-mariner/base/core` from 2.0.20251206 to 2.0.20260102 Updates `cbl-mariner/base/core` from 2.0.20251206 to 2.0.20260102 Co-authored-by: Dependabot <adodependabot@microsoft.com>
1 parent 45d446d commit ad12501

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

playground/publishers/Publishers.AppHost/qots/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN go build qots.go
77

88
# Stage 2: Run the Go program
9-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20251206
9+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20260102
1010
WORKDIR /app
1111
COPY --from=builder /app/qots .
1212
CMD ["./qots"]

playground/withdockerfile/WithDockerfile.AppHost/dynamic-async.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ WORKDIR /app
33
COPY . .
44
RUN go build -o qots .
55

6-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
6+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20260102
77
COPY --from=builder /app/qots /qots
88
ENTRYPOINT ["/qots"]

playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN echo "Built at 20260119162134" > /build-info.txt
55
RUN go build -o qots .
66

7-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
7+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20260102
88
COPY --from=builder /app/qots /qots
99
COPY --from=builder /build-info.txt /build-info.txt
1010
ENTRYPOINT ["/qots"]

playground/withdockerfile/WithDockerfile.AppHost/qots/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN go build qots.go
77

88
# Stage 2: Run the Go program
9-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20251206
9+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20260102
1010
WORKDIR /app
1111
RUN --mount=type=secret,id=SECRET_ASENV cp /run/secrets/SECRET_ASENV /app/SECRET_ASENV
1212
COPY --from=builder /app/qots .

0 commit comments

Comments
 (0)