Skip to content

Commit ad36da6

Browse files
Merge pull request #56 from webis-de/janheinrichmerker-patch-1
Fix Dockerfile format
2 parents ea86402 + b89e0dd commit ad36da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM openjdk:18-slim as openjdk
1+
FROM openjdk:18-slim AS openjdk
22

3-
FROM python:3.9-slim as python
3+
FROM python:3.9-slim AS python
44

55
COPY --from=openjdk /usr/local/openjdk-* /usr/local/openjdk
66
ENV JAVA_HOME /usr/local/openjdk

0 commit comments

Comments
 (0)