Skip to content

Commit

Permalink
Merge pull request #2409 from onaio/bump-base-image
Browse files Browse the repository at this point in the history
Bump base image
  • Loading branch information
DavisRayM committed Apr 18, 2023
2 parents 4c7a300 + 48440cf commit c7801f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/onadata-uwsgi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-20221130
FROM ubuntu:focal-20230412
COPY --from=intermediate /usr/local/lib/python3.9/site-packages/ /usr/local/lib/python3.9/dist-packages/

ARG release_version=v3.7.1
Expand Down

0 comments on commit c7801f1

Please sign in to comment.