Skip to content

Commit

Permalink
build(docker): fix FromAsCasing warning (reanahub#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 7, 2024
1 parent c066472 commit b203d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use Node 18
# hadolint ignore=DL3029
FROM --platform=$BUILDPLATFORM docker.io/library/node:18 as react-build
FROM --platform=$BUILDPLATFORM docker.io/library/node:18 AS react-build

# Use default answers in installation commands
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit b203d93

Please sign in to comment.