Skip to content

Commit

Permalink
Fix Docker lint issue.
Browse files Browse the repository at this point in the history
FromAsCasing: 'as' and 'FROM' keywords'
  • Loading branch information
roceb committed Aug 12, 2024
1 parent 394c71a commit 46134c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# download swarm jar
#
FROM alpine:3 as downloader
FROM alpine:3 AS downloader

ARG JSWARM_VERSION=3.46
ARG JSWARM_JAR_NAME=swarm-client-${JSWARM_VERSION}.jar
Expand All @@ -19,7 +19,7 @@ RUN curl -sSLo /${JMXEX_JAR_NAME} ${JMXEX_URL}
#
# pkg base
#
FROM alpine:3 as pkg_base
FROM alpine:3 AS pkg_base

RUN apk add --no-cache --upgrade openjdk21 bash git docker make

Expand Down

0 comments on commit 46134c4

Please sign in to comment.