We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da51ec commit e8808d3Copy full SHA for e8808d3
Dockerfile
@@ -13,7 +13,7 @@ RUN GO111MODULE=on go mod download
13
14
FROM base AS builder
15
16
-ENV APP_NAME garm
+ENV APP_NAME=garm
17
ARG APP_VERSION='development version'
18
19
COPY . .
@@ -41,9 +41,9 @@ RUN apk del build-dependencies --purge \
41
# Start From Scratch For Running Environment
42
FROM scratch
43
# FROM alpine:latest
44
-LABEL maintainer "cncf-athenz-maintainers@lists.cncf.io"
+LABEL maintainer="cncf-athenz-maintainers@lists.cncf.io"
45
46
47
48
# Copy certificates for SSL/TLS
49
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
0 commit comments