commit | 79d773341ad6add22231057a7eb5039428822a64 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Aug 02 11:52:42 2024 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Aug 05 10:23:29 2024 +0200 |
tree | b0f1b80fbf67021785e60e87f372438c03ca3230 | |
parent | ae1ca62f622267384d00674480f6a740c3d77599 [diff] |
Fix casing in Dockerfile Change-Id: Ib0249b3ea7f3c059ba7c3763f48a07455a7d3b6a
diff --git a/Dockerfile b/Dockerfile index 3878b44..2b138d1 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,5 +1,5 @@ # Use alpine linux as base image -FROM openjdk:19-alpine as builder +FROM openjdk:19-alpine AS builder # Copy repository respecting .dockerignore COPY . /kustvakt