Skip to content

Commit d697bab

Browse files
committed
Update Ubuntu Version & mysql shell 8.0.35 to 8.0.36
1 parent ac51840 commit d697bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile

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

3+
# Set environment variables
34
ENV DEBIAN_FRONTEND=noninteractive
45
ENV _UBUNTU_VERSION=22.04
5-
ENV _MYSQL_SHELL_VERSION=8.0.35
6+
ENV _MYSQL_SHELL_VERSION=8.0.36
67

78
RUN apt update \
89
&& apt install -y curl python3 \

0 commit comments

Comments
 (0)