Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit bb5e3c5

Browse files
committed
fix fmt
1 parent afaa6a9 commit bb5e3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2020 ChainSafe Systems
22
# SPDX-License-Identifier: LGPL-3.0-only
33

4-
FROM alpine as alpine
4+
FROM alpine AS alpine
55
RUN apk --no-cache add ca-certificates
66

77
FROM golang:1.19 AS builder
@@ -17,5 +17,5 @@ COPY --from=builder /spectre ./
1717
RUN chmod +x ./spectre
1818
RUN mkdir -p /mount
1919
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
20-
LABEL org.opencontainers.image.source https://github.com/sprintertech/spectre-node
20+
LABEL org.opencontainers.image.source=https://github.com/sprintertech/spectre-node
2121
ENTRYPOINT ["./spectre"]

0 commit comments

Comments
 (0)