Skip to content

Commit

Permalink
Fix a warning when building the container.
Browse files Browse the repository at this point in the history
The syntax of the Dockerfile is all caps.
  • Loading branch information
paulo-roger authored Aug 5, 2024
1 parent 6fd1645 commit 25bffb4
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,4 +1,4 @@
FROM alpine:3.20 as builder
FROM alpine:3.20 AS builder

LABEL maintainer="InspIRCd Team <[email protected]>"

Expand Down

0 comments on commit 25bffb4

Please sign in to comment.