-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:focal-20231211 AS add-apt-repositories | ||
FROM ubuntu:focal-20240530 AS add-apt-repositories | ||
|
||
RUN apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y wget gnupg2 \ | ||
|
@@ -13,7 +13,7 @@ RUN apt-get update \ | |
&& apt-key adv --keyserver keyserver.ubuntu.com --recv B7B3B788A8D3785C \ | ||
&& echo "deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-5.7" >> /etc/apt/sources.list | ||
|
||
FROM ubuntu:focal-20231211 | ||
FROM ubuntu:focal-20240530 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|