Skip to content

Commit

Permalink
Merge pull request #884 from kobotoolbox/upgrade-openjdk
Browse files Browse the repository at this point in the history
Upgrade OpenJDK for Debian 12
  • Loading branch information
jnm authored Jul 6, 2023
2 parents cd5dbb4 + 50b6a12 commit b8d93d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test:
- name: redis:6.2
alias: redis_cache
script:
- apt-get update && apt-get install -y ghostscript gdal-bin libproj-dev gettext openjdk-11-jre
- apt-get update && apt-get install -y ghostscript gdal-bin libproj-dev gettext openjdk-17-jre
- pip install -r dependencies/pip/dev_requirements.txt
- pytest -vv -rf

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN mkdir -p ${NGINX_STATIC_DIR} && \
# jnm (or the current on-call sysadmin). Thanks.

RUN apt-get -qq update && \
apt-get -qq -y install openjdk-17-jre && \
apt-get -qq -y install \
cron \
gdal-bin \
Expand All @@ -62,7 +63,6 @@ RUN apt-get -qq update && \
libproj-dev \
libsqlite3-mod-spatialite \
locales \
openjdk-11-jre \
postgresql-client \
procps \
rsync \
Expand Down

0 comments on commit b8d93d4

Please sign in to comment.