Skip to content

Commit 56ea36a

Browse files
committed
Set OUR_IMAGE_TAG=v2.8.0
1 parent ae7188c commit 56ea36a

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.0
55
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
66
# release version looks like 'v2.7.2'
7-
ARG OUR_IMAGE_TAG=develop
7+
ARG OUR_IMAGE_TAG=v2.8.0
88
#
99
# flag for apt-get - affects only build time
1010
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)