Skip to content

Commit

Permalink
Merge pull request #170 from liquibase/feature/temurinJava
Browse files Browse the repository at this point in the history
Update Dockerfile to use Temurin Java
  • Loading branch information
jnewton03 authored Jul 19, 2022
2 parents 7c0dfe4 + 71c5440 commit 992afe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jre-slim-buster
FROM eclipse-temurin:17-jre-focal

# Install GNUPG for package vefification and WGET for file download
RUN apt-get update \
Expand Down

1 comment on commit 992afe9

@Vithor112
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why bro

Please sign in to comment.