Skip to content

Commit e8808d3

Browse files
authored
fix: ok (#45)
1 parent 6da51ec commit e8808d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN GO111MODULE=on go mod download
1313

1414
FROM base AS builder
1515

16-
ENV APP_NAME garm
16+
ENV APP_NAME=garm
1717
ARG APP_VERSION='development version'
1818

1919
COPY . .
@@ -41,9 +41,9 @@ RUN apk del build-dependencies --purge \
4141
# Start From Scratch For Running Environment
4242
FROM scratch
4343
# FROM alpine:latest
44-
LABEL maintainer "cncf-athenz-maintainers@lists.cncf.io"
44+
LABEL maintainer="cncf-athenz-maintainers@lists.cncf.io"
4545

46-
ENV APP_NAME garm
46+
ENV APP_NAME=garm
4747

4848
# Copy certificates for SSL/TLS
4949
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

0 commit comments

Comments
 (0)