1
0
mirror of synced 2025-04-18 12:24:02 +03:00

Make docker shut up about lowercase 'as'

This commit is contained in:
Andrew Gallagher 2025-01-05 13:54:46 +00:00
parent 4279d63422
commit f3e0869f19
No known key found for this signature in database
GPG Key ID: 5C1EC404D5906629

View File

@ -1,4 +1,4 @@
FROM golang:1.20-bookworm as builder
FROM golang:1.20-bookworm AS builder
LABEL io.hockeypuck.temp=true
RUN adduser builder --system --disabled-login
ENV DEBIAN_FRONTEND=noninteractive