Skip to content

Commit

Permalink
change base image 23.04 to 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
snickerjp committed Jan 20, 2024
1 parent 548197a commit e6e9cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:23.04
FROM ubuntu:mantic-20231128

ENV DEBIAN_FRONTEND=noninteractive
ENV _UBUNTU_VERSION=23.04
ENV _UBUNTU_VERSION=23.10
ENV _MYSQL_SHELL_VERSION=8.3.0

RUN apt update \
Expand Down

0 comments on commit e6e9cf9

Please sign in to comment.