Skip to content

Commit d653bf0

Browse files
Merge pull request #15 from Marfeel/SYS-116290/UpdateJDK
Update JDK
2 parents fe32b04 + 88a1c3f commit d653bf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: ${{ matrix.java }}
2929

3030
- name: Cache Maven dependendcies
31-
uses: actions/cache@v1
31+
uses: actions/cache@v3
3232
with:
3333
path: ~/.m2/repository
3434
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8-jdk
1+
FROM eclipse-temurin:8u462-b08-jdk-jammy
22

33
ENV VERTICLE_FILE prebid-server.jar
44

0 commit comments

Comments
 (0)