Skip to content

Commit 6ccbef5

Browse files
authored
Merge pull request #4176 from chatwork/mod-up-mysql-aws-v80-20260319230633
[mysql-aws-v80] update
2 parents a666bfe + eef79bb commit 6ccbef5

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.34.12"
3+
LABEL version="8.0.45-2.34.13"
44

55
ARG TARGETOS
66
ARG TARGETARCH
77

88
ARG MYSQL_VERSION=8.0.45
9-
ARG AWSCLI_VERSION=2.34.12
9+
ARG AWSCLI_VERSION=2.34.13
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.34.12
30+
- 2.34.13

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.34.12
4-
previousVersion: 2.34.11
3+
version: 2.34.13
4+
previousVersion: 2.34.12
55
versions:
66
- 2.31.4
77
- 2.31.5
@@ -100,6 +100,7 @@ dependencies:
100100
- 2.34.10
101101
- 2.34.11
102102
- 2.34.12
103+
- 2.34.13
103104
mysql:
104105
version: 8.0.45
105106
previousVersion: 8.0.44

0 commit comments

Comments
 (0)