Skip to content

Commit

Permalink
release key
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Oct 10, 2023
1 parent 3861434 commit 2fad31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 9.8/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN set -eux; \
cabal --version

ARG GHC=9.8.1
ARG GHC_RELEASE_KEY=33C3A599DB85EA9B8BAA1866B202264020068BFB
ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD

RUN set -eux; \
cd /tmp; \
Expand Down
2 changes: 1 addition & 1 deletion 9.8/slim-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN set -eux; \
cabal --version

ARG GHC=9.8.1
ARG GHC_RELEASE_KEY=33C3A599DB85EA9B8BAA1866B202264020068BFB
ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD

RUN set -eux; \
cd /tmp; \
Expand Down

0 comments on commit 2fad31d

Please sign in to comment.