-
Notifications
You must be signed in to change notification settings - Fork 497
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-20230301 AS add-apt-repositories | ||
FROM ubuntu:focal-20230801 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 467B942D3A79BD29 \ | ||
&& echo "deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-5.7" >> /etc/apt/sources.list | ||
|
||
FROM ubuntu:focal-20230301 | ||
FROM ubuntu:focal-20230801 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|