Skip to content

Commit

Permalink
v2.7.0 (tag) Set OUR_IMAGE_TAG=v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Dec 16, 2020
1 parent 125fa6f commit bd78f20
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.7.0
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
# release version looks like 'v2.6.1'
ARG OUR_IMAGE_TAG=latest
ARG OUR_IMAGE_TAG=v2.7.0
#
# flag for apt-get - affects only build time
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit bd78f20

Please sign in to comment.