We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677b1be commit 6751a36Copy full SHA for 6751a36
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:alpine
2
3
-ARG VERSION=3.1.5
+ARG VERSION=3.1.6
4
ARG TARGETPLATFORM
5
LABEL maintainer="Jay MOULIN <jaymoulin@gmail.com>"
6
LABEL version=${VERSION}-${TARGETPLATFORM}
Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 3.1.5
+VERSION ?= 3.1.6
CACHE ?= --no-cache=1
.PHONY: all build publish
0 commit comments