We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe32b04 + 88a1c3f commit d653bf0Copy full SHA for d653bf0
.github/workflows/pullrequest.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: ${{ matrix.java }}
29
30
- name: Cache Maven dependendcies
31
- uses: actions/cache@v1
+ uses: actions/cache@v3
32
with:
33
path: ~/.m2/repository
34
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openjdk:8-jdk
+FROM eclipse-temurin:8u462-b08-jdk-jammy
2
3
ENV VERTICLE_FILE prebid-server.jar
4
0 commit comments