Skip to content

Commit

Permalink
chore: bump jdk 11.0.23+9 for test-integ
Browse files Browse the repository at this point in the history
also
- update [email protected] for test-integ
- ca [email protected]
- compose to specify [email protected]+9

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jun 13, 2024
1 parent e0e37b2 commit 2bcdc1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
context: test-integration/docker/client
args:
JAVA: 17
JDKVER: jdk_17.0.8.1.0+1
GRADLE: 8.4
JDKVER: jdk_17.0.11.0.0+9
GRADLE: 8.8
depends_on:
- server
volumes:
Expand Down
6 changes: 3 additions & 3 deletions test-integration/docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# with fuzzy matching, translation memory, keyword search,
# glossaries, and translation leveraging into updated projects.
#
# Copyright (C) 2022,2023 Hiroshi Miura
# Copyright (C) 2022-2024 Hiroshi Miura
# Home page: https://www.omegat.org/
# Support center: https://omegat.org/support
#
Expand All @@ -24,13 +24,13 @@
# **************************************************************************/
#

FROM debian:bullseye-slim
FROM debian:bookworm-slim
ARG CAVER=1.0.3-1
ARG JAVA=11
ARG JDKVER=jdk_11.0.23.0.0+9
ARG GRADLE=8.8
RUN apt-get -y update && apt-get upgrade -y && apt-get install -y openssh-client git inotify-tools curl subversion unzip rsync \
java-common libasound2 libfontconfig1 libfreetype6 libxi6 libxrender1 libxtst6 p11-kit opendjdk-17-jdk
java-common libasound2 libfontconfig1 libfreetype6 libxi6 libxrender1 libxtst6 p11-kit openjdk-17-jdk
RUN adduser --disabled-password --gecos "" --home /home/omegat --shell /bin/bash omegat && mkdir -p /home/omegat/.ssh
RUN chown -R omegat.omegat /home/omegat
COPY --chown=omegat ssh_config /home/omegat/.ssh/config
Expand Down

0 comments on commit 2bcdc1e

Please sign in to comment.