Skip to content

Commit

Permalink
Merge pull request #19 from snickerjp/v8.0.36-Jammy
Browse files Browse the repository at this point in the history
Update Ubuntu Version & mysql shell 8.0.35 to 8.0.36
  • Loading branch information
snickerjp authored Mar 20, 2024
2 parents ac51840 + d697bab commit e739ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM ubuntu:22.04
FROM ubuntu:jammy-20240227

# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive
ENV _UBUNTU_VERSION=22.04
ENV _MYSQL_SHELL_VERSION=8.0.35
ENV _MYSQL_SHELL_VERSION=8.0.36

RUN apt update \
&& apt install -y curl python3 \
Expand Down

0 comments on commit e739ad3

Please sign in to comment.