Skip to content

Commit

Permalink
chore(java 21): updating openjdk to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
kenluluuuluuuuu committed Mar 4, 2024
1 parent 69e891a commit ac8ee51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker/styx-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TAG=21-jdk
FROM openjdk:${TAG}
FROM eclipse-temurin:${TAG}

ARG STYX_VERSION=""
ARG STYX_IMAGE=https://github.com/HotelsDotCom/styx/releases/download/${STYX_VERSION}/${STYX_VERSION}.zip
Expand Down

0 comments on commit ac8ee51

Please sign in to comment.