Skip to content

Commit 2652e05

Browse files
committed
Docker build now warns about casing mismatch
1 parent 2375607 commit 2652e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 - offen.software <[email protected]>
22
# SPDX-License-Identifier: MPL-2.0
33

4-
FROM golang:1.23-alpine as builder
4+
FROM golang:1.23-alpine AS builder
55

66
WORKDIR /app
77
COPY . .

0 commit comments

Comments
 (0)