diff --git a/Dockerfile b/Dockerfile index fd6d572..5cbd71a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2022 - offen.software # SPDX-License-Identifier: MPL-2.0 -FROM golang:1.23-alpine as builder +FROM golang:1.23-alpine AS builder WORKDIR /app COPY . .