Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit b34c0d3

Browse files
committed
[DOCKERFILE][LINT] Fix: FromAsCasing
1 parent 674ca95 commit b34c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Build stage
2-
FROM maven:3.5.2-jdk-8 as builder
2+
FROM maven:3.5.2-jdk-8 AS builder
33
WORKDIR /tmp/build-dir
44
COPY . .
55
RUN cd /tmp/build-dir && mvn package

0 commit comments

Comments
 (0)