Skip to content

Commit 0a00d6e

Browse files
authored
fix: common sha (#1385)
1 parent b3d90b3 commit 0a00d6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ COPY /just /just
1515
COPY /flatpaks /flatpaks
1616
COPY /brew /brew
1717
COPY /logos /logos
18-
# TODO: verify this with cosign on build
19-
COPY --from=ghcr.io/get-aurora-dev/common:latest@sha256:2af351ab5121da238e0ebb42f36d331c7257c887e2fa70504ac275bda3100d6f /wallpapers /system_files/shared
18+
19+
COPY --from=common /wallpapers /system_files/shared
2020

2121
## aurora image section
2222
FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS base

0 commit comments

Comments
 (0)