Skip to content

Commit

Permalink
fix casing to suppress docker build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Aug 22, 2024
1 parent 9d6b690 commit d799cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.complex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 AS buildstage

RUN \
echo "**** install packages ****" && \
Expand Down

0 comments on commit d799cab

Please sign in to comment.