Skip to content

Commit 4b1eb60

Browse files
committed
update mysql key comment with new expiration
1 parent 70c7d97 commit 4b1eb60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

8.0/Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ RUN set -eux; \
4747
rm -rf /var/lib/apt/lists/*
4848

4949
RUN set -eux; \
50-
# pub rsa4096 2023-10-23 [SC] [expires: 2025-10-22]
50+
# pub rsa4096 2023-10-23 [SC] [expires: 2027-10-23]
5151
# BCA4 3417 C3B4 85DD 128E C6D4 B7B3 B788 A8D3 785C
5252
# uid [ unknown] MySQL Release Engineering <[email protected]>
53-
# sub rsa4096 2023-10-23 [E] [expires: 2025-10-22]
53+
# sub rsa4096 2023-10-23 [E] [expires: 2027-10-23]
5454
key='BCA4 3417 C3B4 85DD 128E C6D4 B7B3 B788 A8D3 785C'; \
5555
export GNUPGHOME="$(mktemp -d)"; \
5656
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \

0 commit comments

Comments
 (0)