Skip to content

Commit

Permalink
Upgrade to ubuntu:focal-20231211
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Dec 20, 2023
1 parent 1ecf23e commit 08f3ed7
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-20230801 AS add-apt-repositories
FROM ubuntu:focal-20231211 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-20230801
FROM ubuntu:focal-20231211

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit 08f3ed7

Please sign in to comment.