Skip to content

Commit 0a373b4

Browse files
committed
v2.8.2, OUR_IMAGE_TAG=v2.8.2
1 parent 28c0f24 commit 0a373b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
44
ARG OUR_IMAGE_VERSION=v2.8.2
55
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
66
# release version looks like 'v2.8.2'
7-
ARG OUR_IMAGE_TAG=develop
7+
ARG OUR_IMAGE_TAG=v2.8.2
88
#
99
# flag for apt-get - affects only build time
1010
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)