Skip to content

Commit

Permalink
Upgrade to ubuntu:focal-20230801
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Oct 11, 2023
1 parent a59510b commit a4df8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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 \
Expand All @@ -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]"

Expand Down

0 comments on commit a4df8f3

Please sign in to comment.