Skip to content

Commit

Permalink
Update ubuntu 22.04 -> 24.04 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Batonogov <[email protected]>
  • Loading branch information
github-actions[bot] and batonogov authored May 13, 2024
1 parent 7e5a70f commit 0df97b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile-py3-windows
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG WINE_VERSION=winehq-devel
ARG PYTHON_VERSION=3.12.3
ARG PYINSTALLER_VERSION=6.6.0

Expand All @@ -18,9 +18,9 @@ RUN set -x \
wget \
gpg-agent \
rename \
&& wget -nv https://dl.winehq.org/wine-builds/winehq.key \
&& apt-key add winehq.key \
&& add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \
&& mkdir -pm755 /etc/apt/keyrings \
&& wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key \
&& wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources \
&& apt update -qy \
&& apt install --no-install-recommends -qfy \
$WINE_VERSION \
Expand Down

0 comments on commit 0df97b6

Please sign in to comment.