Skip to content

Commit 8f0318e

Browse files
committed
Update mysql version to 8.0.32
1 parent 907c9fa commit 8f0318e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.mysql

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM amazonlinux
22

33
WORKDIR /root
44

5-
ARG VERSION=8.0.18
5+
ARG VERSION=8.0.32
66

7-
RUN yum -y update && yum install -y cmake3 make gcc-c++ ncurses-devel openssl-devel python-devel wget tar gzip which zip
7+
RUN yum -y update && yum install -y cmake3 make gcc-c++ ncurses-devel openssl11 openssl11-devel python-devel wget tar gzip which zip
88

99
RUN wget -q https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-${VERSION}.tar.gz
1010

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MYSQL_VERSION = 8.0.18
1+
MYSQL_VERSION = 8.0.32
22
POSTGRESQL_VERSION = 10.14
33
MONGODB_VERSION = 100.4.0
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is useful for Lambda functions that need to run MySQL, PostgreSQL or MongoD
66

77
The layers (in the form of zip files) are built in Docker using the official AmazonLinux image, to match the typicial Lambda runtime environment.
88

9-
- The MySQL layer is built from the official source (v8.0.18)
9+
- The MySQL layer is built from the official source (v8.0.32)
1010
- The MariaDB layer is built from the binary files in the current `mariadb` AmazonLinux package.
1111
- The PostgreSQL layer is built from the official source (v9.2.24)
1212
- The MongoDB Tools layer is built from the official source (v100.4.0)

0 commit comments

Comments
 (0)