Skip to content

Commit c3d1859

Browse files
frobhhrutter
authored andcommitted
Update Dockerfile
Fixed an issue brought up by the docker cli during build. ``` 1 warning found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 25) ```
1 parent 26289b2 commit c3d1859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# /data # exit // exit container
2121

2222
# Start from the latest golang base image
23-
FROM golang:latest as builder
23+
FROM golang:latest AS builder
2424

2525
# install
2626
RUN go install github.com/pdfcpu/pdfcpu/cmd/pdfcpu@latest

0 commit comments

Comments
 (0)