Skip to content

Commit

Permalink
Set OUR_IMAGE_TAG=v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Mar 16, 2021
1 parent ae7188c commit 56ea36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:20.04
ARG OUR_IMAGE_VERSION=v2.8.0
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
# release version looks like 'v2.7.2'
ARG OUR_IMAGE_TAG=develop
ARG OUR_IMAGE_TAG=v2.8.0
#
# flag for apt-get - affects only build time
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 56ea36a

Please sign in to comment.