mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Add v0.19.1 (#14)
This commit is contained in:
parent
abd6f87ca8
commit
b673cc51e8
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -2,7 +2,7 @@ name: Docker CI
|
||||
on: push
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
LATEST_TAG: 0.19.0.1
|
||||
LATEST_TAG: 0.19.1
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
@ -15,6 +15,7 @@ jobs:
|
||||
- arm64v8
|
||||
- arm32v7
|
||||
version:
|
||||
- 0.19.1
|
||||
- 0.19.0.1
|
||||
- 0.18.1
|
||||
- 0.18.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
ARG ARCH=amd64
|
||||
ARG VERSION=0.19.0.1
|
||||
ARG VERSION=0.19.1
|
||||
|
||||
FROM $ARCH/debian:stable-slim
|
||||
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
|
||||
|
Loading…
Reference in New Issue
Block a user