Docker build now warns about casing mismatch

This commit is contained in:
Frederik Ring 2025-02-06 17:49:50 +01:00
parent 23756074f9
commit 2652e05169

View File

@ -1,7 +1,7 @@
# Copyright 2022 - offen.software <hioffen@posteo.de> # Copyright 2022 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
FROM golang:1.23-alpine as builder FROM golang:1.23-alpine AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .