Skip to content

Commit

Permalink
https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Aug 16, 2024
1 parent 4ab58ca commit b763181
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
Expand Up @@ -7,7 +7,7 @@ COPY . .
RUN go build -ldflags "-s -w -X main.Version=${VERSION} -X main.Gitsha=${REVISION}" ./cmd/kromgo


FROM alpine as fonts
FROM alpine AS fonts

RUN apk add --no-cache msttcorefonts-installer
RUN update-ms-fonts
Expand Down

0 comments on commit b763181

Please sign in to comment.