Skip to content

Commit

Permalink
V3.18.2 docker updates (#2563)
Browse files Browse the repository at this point in the history
* Update docker image to latest ubuntu:focal image - ubuntu:focal-20231211

* Remove yarn.lock - it is not in use
  • Loading branch information
ukanga authored Mar 8, 2024
1 parent 7c60107 commit 7d39096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2,060 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-20231211
FROM ubuntu:focal-20240123

ARG release_version=v3.17.1
ARG release_version=v3.18.2

# Silence configuration prompts
ENV DEBIAN_FRONTEND noninteractive
Expand Down
Loading

0 comments on commit 7d39096

Please sign in to comment.