mirror of
https://github.com/wallabag/docker.git
synced 2026-03-01 13:17:34 +01:00
Compare commits
1 Commits
master
...
007e978c55
| Author | SHA1 | Date | |
|---|---|---|---|
| 007e978c55 |
@ -9,7 +9,7 @@ FROM golang:alpine as builder
|
||||
# flag -ldflags "-s -w" produces a smaller executable
|
||||
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
|
||||
|
||||
FROM alpine:3.18
|
||||
FROM alpine:3.19
|
||||
|
||||
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user