Skip to content

Commit

Permalink
ci: use jdk11 on test image
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Feb 24, 2024
1 parent 1da40f0 commit 438695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-test-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:latest

# Instala o OpenJDK 8 e o Maven
RUN apk add --no-cache openjdk8 maven
RUN apk add --no-cache openjdk11 maven

# Copia os arquivos do diretório desejado para o container
COPY ./ /dart-sass-maven-plugin
Expand Down

0 comments on commit 438695e

Please sign in to comment.