Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Jan 7, 2025
1 parent 517ba7a commit d48ef62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04 AS build-stage
FROM ubuntu:24.04 AS build-stage

RUN apt-get update && apt-get install -y libgeoip-dev libmysqlclient-dev build-essential && apt-get clean

Expand All @@ -15,7 +15,7 @@ RUN pip install poetry poetry-plugin-export
COPY ./bf2-worker/pyproject.toml ./poetry.lock* /tmp/
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes

FROM ubuntu:23.04
FROM ubuntu:24.04

# AMD64 build for bfbc2
# RUN apt-get install -y wget software-properties-common gnupg2 xvfb
Expand Down Expand Up @@ -48,4 +48,4 @@ COPY ./ealist /bf2-api/ealist
COPY --from=build-stage /gslist/gslist /bf2-api/gslist-2
WORKDIR /bf2-api

ENTRYPOINT [ "python3.11", "serverList.py" ]
ENTRYPOINT [ "python3.12", "serverList.py" ]
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:24.04

RUN apt-get update && apt-get install -y libssl-dev build-essential && apt-get clean

Expand Down

0 comments on commit d48ef62

Please sign in to comment.