Skip to content

Commit 6751a36

Browse files
committed
Update version to 3.1.6
1 parent 677b1be commit 6751a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:alpine
22

3-
ARG VERSION=3.1.5
3+
ARG VERSION=3.1.6
44
ARG TARGETPLATFORM
55
LABEL maintainer="Jay MOULIN <jaymoulin@gmail.com>"
66
LABEL version=${VERSION}-${TARGETPLATFORM}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 3.1.5
1+
VERSION ?= 3.1.6
22
CACHE ?= --no-cache=1
33

44
.PHONY: all build publish

0 commit comments

Comments
 (0)