Bumps image version to 1.3.10
This commit is contained in:
parent
24c757dfca
commit
0dbab775b0
|
@ -1,5 +1,5 @@
|
|||
# NAME: discourse/base
|
||||
# VERSION: 1.3.9
|
||||
# VERSION: 1.3.10
|
||||
FROM ubuntu:16.04
|
||||
|
||||
ENV PG_MAJOR 9.5
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.3.9
|
||||
1.3.10
|
||||
|
|
|
@ -73,7 +73,7 @@ end.parse!
|
|||
DEFAULT_IMAGES = %i[base discourse discourse_test discourse_dev discourse_bench]
|
||||
|
||||
todo = options[:image] || DEFAULT_IMAGES
|
||||
version = options[:version] || '1.3.9'
|
||||
version = options[:version] || '1.3.10'
|
||||
|
||||
if ENV["USER"] != "root"
|
||||
STDERR.puts "Build script must be ran as root due to docker-squash"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# NAME: discourse/discourse
|
||||
# VERSION: 1.3.9
|
||||
FROM discourse/base:1.3.9
|
||||
# VERSION: 1.3.10
|
||||
FROM discourse/base:1.3.10
|
||||
|
||||
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# NAME: discourse/discourse_bench
|
||||
# VERSION: 1.3.9
|
||||
FROM discourse/discourse_test:1.3.9
|
||||
# VERSION: 1.3.10
|
||||
FROM discourse/discourse_test:1.3.10
|
||||
|
||||
MAINTAINER Gerhard Schlager <mail@gerhard-schlager.at>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# NAME: discourse/discourse_dev
|
||||
# VERSION: 1.3.9
|
||||
FROM discourse/base:1.3.9
|
||||
# VERSION: 1.3.10
|
||||
FROM discourse/base:1.3.10
|
||||
|
||||
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# NAME: discourse/discourse_fast_switch
|
||||
# VERSION: 1.3.9
|
||||
# VERSION: 1.3.10
|
||||
|
||||
# Allow to easily switch Ruby version in images that derive off this
|
||||
FROM discourse/base:1.3.9
|
||||
FROM discourse/base:1.3.10
|
||||
|
||||
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# NAME: discourse/discourse_test
|
||||
# VERSION: 1.3.9
|
||||
FROM discourse/discourse:1.3.9
|
||||
# VERSION: 1.3.10
|
||||
FROM discourse/discourse:1.3.10
|
||||
|
||||
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
|
||||
|
||||
|
|
2
launcher
2
launcher
|
@ -64,7 +64,7 @@ git_rec_version='1.8.0'
|
|||
config_file=containers/"$config".yml
|
||||
cidbootstrap=cids/"$config"_bootstrap.cid
|
||||
local_discourse=local_discourse
|
||||
image=discourse/discourse:1.3.9
|
||||
image=discourse/discourse:1.3.10
|
||||
docker_path=`which docker.io || which docker`
|
||||
git_path=`which git`
|
||||
|
||||
|
|
Loading…
Reference in New Issue