Skip to content

Commit

Permalink
Fix gcs-fixture Docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Dec 27, 2024
1 parent dfb3465 commit 9bd7512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/gcs-fixture/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
FROM ubuntu:22.04

RUN apt-get update -qqy
RUN apt-get install -qqy openjdk-11-jre-headless
RUN apt-get install -qqy openjdk-21-jre-headless

ARG port
ARG bucket
Expand Down

0 comments on commit 9bd7512

Please sign in to comment.