Skip to content

Commit

Permalink
Merge pull request #2529 from onaio/update-dependencies-to-fix-vulns
Browse files Browse the repository at this point in the history
Security Updates
  • Loading branch information
KipSigei authored Dec 18, 2023
2 parents 35d7f2d + bd63ad7 commit 3f7f31b
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 1,237 deletions.
4 changes: 2 additions & 2 deletions docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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-20230801
FROM ubuntu:focal-20231211

ARG release_version=v3.7.1
ARG release_version=v3.17.1

# Silence configuration prompts
ENV DEBIAN_FRONTEND noninteractive
Expand Down
Loading

0 comments on commit 3f7f31b

Please sign in to comment.