Skip to content

Commit

Permalink
Builders: Update MSYS2 keyring package
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Sep 17, 2023
1 parent e1348bd commit 2e97003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/Dockerfile.mingw64
Expand Up @@ -12,8 +12,8 @@
FROM debian:bullseye

# Find the latest version on https://packages.msys2.org/package/msys2-keyring
ENV MSYS2_KEYRING_PKG="msys2-keyring-1~20230316-1-any.pkg.tar.zst"
ENV MSYS2_KEYRING_PKG_SHA256="eb672d0d41b2e857f97f0d9de6d3325113c992c5c1a9aab4bd468341e5471572"
ENV MSYS2_KEYRING_PKG="msys2-keyring-1~20230703-1-any.pkg.tar.zst"
ENV MSYS2_KEYRING_PKG_SHA256="368f7b0a5434feadb512656134f4e721194c258b87b87f7139a15c1c5a51ad5c"

LABEL org.opencontainers.image.title="Geany-Mingw-w64-CI"
LABEL org.opencontainers.image.description="Build image for Geany CI to support automatic building of Windows installers."
Expand Down

0 comments on commit 2e97003

Please sign in to comment.