Skip to content

Commit f8ca763

Browse files
authored
Merge pull request #17 from snickerjp/8.2.1-Innovation
8.2.1 innovation
2 parents f2e888d + 00b1018 commit f8ca763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:23.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
4-
ENV _UBUNTU_VERSION=22.04
5-
ENV _MYSQL_SHELL_VERSION=8.1.1
4+
ENV _UBUNTU_VERSION=23.04
5+
ENV _MYSQL_SHELL_VERSION=8.2.1
66

77
RUN apt update \
88
&& apt install -y curl python3 \

0 commit comments

Comments
 (0)