Skip to content

Commit

Permalink
Update build Dockerfile base images to latest within OS version (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored Oct 18, 2024
1 parent e6d4b29 commit e0a440a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/unix/docker/dockerfiles/build/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

FROM mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.13-20211214164113-8a6f4f3@sha256:5ee23bef02e18237d1874a4f530e0b7d12ca803af87b2516717565f90540c25c
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.13@sha256:1fdd7085cf4497b31fa1192f35c8e8cd7e9da343ebe4d969bd4ce977790a8a99

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion src/unix/docker/dockerfiles/build/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.

# This image is based on the public Ubuntu 18.04 LTS image
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:18.04@sha256:8aa9c2798215f99544d1ce7439ea9c3a6dfd82de607da1cec3a8a2fae005931b
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit e0a440a

Please sign in to comment.