Skip to content

Commit

Permalink
Merge pull request #17 from snickerjp/8.2.1-Innovation
Browse files Browse the repository at this point in the history
8.2.1 innovation
  • Loading branch information
snickerjp authored Dec 6, 2023
2 parents f2e888d + 00b1018 commit f8ca763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04
FROM ubuntu:23.04

ENV DEBIAN_FRONTEND=noninteractive
ENV _UBUNTU_VERSION=22.04
ENV _MYSQL_SHELL_VERSION=8.1.1
ENV _UBUNTU_VERSION=23.04
ENV _MYSQL_SHELL_VERSION=8.2.1

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

0 comments on commit f8ca763

Please sign in to comment.