Skip to content

Commit b673cc5

Browse files
authoredMar 11, 2020
Add v0.19.1 (#14)
1 parent abd6f87 commit b673cc5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker CI
22
on: push
33
env:
44
DOCKER_BUILDKIT: 1
5-
LATEST_TAG: 0.19.0.1
5+
LATEST_TAG: 0.19.1
66
jobs:
77
build:
88
name: Build
@@ -15,6 +15,7 @@ jobs:
1515
- arm64v8
1616
- arm32v7
1717
version:
18+
- 0.19.1
1819
- 0.19.0.1
1920
- 0.18.1
2021
- 0.18.0

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=amd64
2-
ARG VERSION=0.19.0.1
2+
ARG VERSION=0.19.1
33

44
FROM $ARCH/debian:stable-slim
55
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"

0 commit comments

Comments
 (0)