Skip to content

Commit

Permalink
Fix FromAsCasing warning
Browse files Browse the repository at this point in the history
Fix FromAsCasing warning when build docker container see https://docs.docker.com/reference/build-checks/from-as-casing/
  • Loading branch information
cavnit authored Aug 9, 2024
1 parent 2db5d54 commit f9518da
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,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.10-noble as build
FROM swift:5.10-noble AS build

# Install OS updates
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
Expand Down

0 comments on commit f9518da

Please sign in to comment.