mcr.microsoft.com/playwright/java:v1.47.0-noble-amd64
Some checks failed
/ build-image (push) Failing after 48s
Some checks failed
/ build-image (push) Failing after 48s
This commit is contained in:
parent
99e3e5fa50
commit
10c7930585
|
|
@ -7,7 +7,7 @@
|
|||
#RUN mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)
|
||||
#
|
||||
#FROM docker.io/eclipse-temurin:21-jre-alpine
|
||||
FROM mcr.microsoft.com/playwright/java:v1.47.0-noble
|
||||
FROM mcr.microsoft.com/playwright/java:v1.47.0-noble-amd64
|
||||
WORKDIR /app
|
||||
COPY target/dependency/BOOT-INF/lib /app/lib
|
||||
COPY target/dependency/META-INF /app/META-INF
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user