We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd6f87 commit b673cc5Copy full SHA for b673cc5
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Docker CI
2
on: push
3
env:
4
DOCKER_BUILDKIT: 1
5
- LATEST_TAG: 0.19.0.1
+ LATEST_TAG: 0.19.1
6
jobs:
7
build:
8
name: Build
@@ -15,6 +15,7 @@ jobs:
15
- arm64v8
16
- arm32v7
17
version:
18
+ - 0.19.1
19
- 0.19.0.1
20
- 0.18.1
21
- 0.18.0
Dockerfile
@@ -1,5 +1,5 @@
1
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>"
0 commit comments