Skip to content

Commit ee043f3

Browse files
authored
Dockerfile: update Fedora 42 (#200)
1 parent 5f7f07c commit ee043f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# hadolint global ignore=DL3041,DL3040
44

5-
FROM fedora:42@sha256:e6903d9b1cc68be9bece455ee2529911b3d8efbad0516ea11bee1e93adff590f AS tsffs-base
5+
FROM fedora:42@sha256:469a32aab897bfd91f6fde78bd8f0b07507879fc63fe19d69b5298a70fbc2acd AS tsffs-base
66

77
# Download links can be obtained from:
88
# https://lemcenter.intel.com/productDownload/?Product=256660e5-a404-4390-b436-f64324d94959
@@ -162,7 +162,7 @@ EOF
162162

163163
WORKDIR /workspace/tsffs
164164

165-
FROM fedora:42@sha256:e6903d9b1cc68be9bece455ee2529911b3d8efbad0516ea11bee1e93adff590f AS tsffs-prod
165+
FROM fedora:42@sha256:469a32aab897bfd91f6fde78bd8f0b07507879fc63fe19d69b5298a70fbc2acd AS tsffs-prod
166166

167167
COPY --from=tsffs-base /workspace/projects /workspace/projects
168168
COPY --from=tsffs-base /workspace/simics /workspace/simics

0 commit comments

Comments
 (0)