Skip to content

Commit ed0a176

Browse files
committed
v2.8.3, ARG OUR_IMAGE_TAG=v2.8.3
1 parent 5680e30 commit ed0a176

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

0 commit comments

Comments
 (0)