We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c0f24 commit 0a373b4Copy full SHA for 0a373b4
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
4
ARG OUR_IMAGE_VERSION=v2.8.2
5
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
6
# release version looks like 'v2.8.2'
7
-ARG OUR_IMAGE_TAG=develop
+ARG OUR_IMAGE_TAG=v2.8.2
8
#
9
# flag for apt-get - affects only build time
10
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments