Skip to content

Commit

Permalink
Update dockerfile to use ubuntu:jammy-20240405
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Apr 23, 2024
1 parent 7a630a5 commit 0c68e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10 as intermediate
FROM python:3.10.14-bullseye as intermediate

ENV DEBIAN_FRONTEND noninteractive
ENV PYTHONUNBUFFERED 1
Expand All @@ -13,7 +13,7 @@ RUN mkdir -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
# hadolint ignore=DL3013
RUN --mount=type=ssh if [ -n "$optional_packages" ]; then pip install ${optional_packages} ; fi

FROM ubuntu:focal-20240123
FROM ubuntu:jammy-20240405

ARG release_version=v3.18.2

Expand Down

0 comments on commit 0c68e32

Please sign in to comment.