Skip to content

Commit bce5f60

Browse files
committed
Fix Dockerfile syntax by standardizing the 'AS' keyword in the builder stage
Signed-off-by: Heyko Oelrichs <heoelri@microsoft.com>
1 parent 14f837c commit bce5f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

janusgraph-dist/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG BASE_IMAGE=eclipse-temurin:11-jre
1616

17-
FROM debian:bookworm-slim as builder
17+
FROM debian:bookworm-slim AS builder
1818

1919
ARG TARGETARCH
2020
ARG JANUS_VERSION=1.0.0-SNAPSHOT

0 commit comments

Comments
 (0)