Pin Debian version
This commit is contained in:
parent
8b84715f58
commit
68eb8fa000
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ WORKDIR /build
|
|||
RUN git clone --branch=release-2.5 https://github.com/arp242/goatcounter.git .
|
||||
RUN go build -ldflags="-X zgo.at/goatcounter/v2.Version=$(git log -n1 --format='%h_%cI')" ./cmd/goatcounter
|
||||
|
||||
FROM debian
|
||||
FROM debian:12
|
||||
|
||||
RUN mkdir -p /usr/bin
|
||||
COPY --from=builder /build/goatcounter /usr/bin
|
||||
|
@ -14,4 +14,4 @@ COPY --from=builder /build/goatcounter /usr/bin
|
|||
RUN mkdir -p /run/goatcounter
|
||||
WORKDIR /run/goatcounter
|
||||
|
||||
ENTRYPOINT ["goatcounter"]
|
||||
ENTRYPOINT ["goatcounter"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue