Skip to content

Commit 4cd4470

Browse files
authored
Merge pull request #3982 from chatwork/mod-up-mysql-aws-v80-20260128220523
[mysql-aws-v80] update
2 parents 882d665 + eba51eb commit 4cd4470

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

mysql-aws-v80/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM mysql:8.0.45
22

3-
LABEL version="8.0.45-2.33.8"
3+
LABEL version="8.0.45-2.33.9"
44

55
ARG TARGETOS
66
ARG TARGETARCH
77

88
ARG MYSQL_VERSION=8.0.45
9-
ARG AWSCLI_VERSION=2.33.8
9+
ARG AWSCLI_VERSION=2.33.9
1010
ARG VAULT_VERSION=1.20.4
1111

1212
RUN microdnf update -y \

mysql-aws-v80/goss/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ command:
2727
/usr/local/bin/aws --version:
2828
exit-status: 0
2929
stdout:
30-
- 2.33.8
30+
- 2.33.9

mysql-aws-v80/variant.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
awscli:
3-
version: 2.33.8
4-
previousVersion: 2.33.3
3+
version: 2.33.9
4+
previousVersion: 2.33.8
55
versions:
66
- 2.31.4
77
- 2.31.5
@@ -64,6 +64,7 @@ dependencies:
6464
- 2.33.2
6565
- 2.33.3
6666
- 2.33.8
67+
- 2.33.9
6768
mysql:
6869
version: 8.0.45
6970
previousVersion: 8.0.44

0 commit comments

Comments
 (0)