Skip to content

Commit

Permalink
Update MSYS2 keyring package
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Apr 29, 2023
1 parent af474bc commit e1348bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builders/Dockerfile.mingw64
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

FROM debian:bullseye

ENV MSYS2_KEYRING_PKG="msys2-keyring-1~20221024-1-any.pkg.tar.zst"
ENV MSYS2_KEYRING_PKG_SHA256="e90fb4413f6056dbc8b2df9eac670924aa2851151bc97569e7df12c928acc209"
# 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"

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 e1348bd

Please sign in to comment.