Skip to content

Commit

Permalink
Update to ubuntu:focal-20240530
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Jun 24, 2024
1 parent 22fdd8c commit 3dc5e85
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-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 \
Expand All @@ -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]"

Expand Down

0 comments on commit 3dc5e85

Please sign in to comment.