Skip to content

Commit

Permalink
Use Ubuntu 22.04.2 LTS (Jammy Jellyfish) since it is a long-term supp…
Browse files Browse the repository at this point in the history
…orted release (#8071)

* Use Ubuntu 22.04.2 LTS (Jammy Jellyfish) since it is a long-term supported release

* Changelog entry
  • Loading branch information
dbeatty10 authored Jul 11, 2023
1 parent d8f38ca commit fd233ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230711-145311.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Fix Dockerfile.test
time: 2023-07-11T14:53:11.454863-06:00
custom:
Author: dbeatty10
Issue: "7352"
8 changes: 4 additions & 4 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# See `/docker` for a generic and production-ready docker file
##

FROM ubuntu:23.10
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common \
software-properties-common gpg-agent \
&& add-apt-repository ppa:git-core/ppa -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
Expand All @@ -30,8 +30,8 @@ RUN apt-get update \
unixodbc-dev \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt-get install -y \
python \
python-dev \
python-is-python3 \
python-dev-is-python3 \
python3-pip \
python3.8 \
python3.8-dev \
Expand Down

0 comments on commit fd233ea

Please sign in to comment.