File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# syntax = docker/dockerfile:experimental
2
2
3
- ARG REXDB_TAG=2021.01.19
3
+ ARG REXDB_TAG=2021.04.01
4
4
5
5
FROM rexdb/build:$REXDB_TAG AS build
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ image_resource:
4
4
type : registry-image
5
5
source :
6
6
repository : rexdb/build
7
- tag : 2021.01.19
7
+ tag : 2021.04.01
8
8
9
9
inputs :
10
10
- name : codebase
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ image_resource:
4
4
type : registry-image
5
5
source :
6
6
repository : rexdb/build
7
- tag : 2021.01.19
7
+ tag : 2021.04.01
8
8
9
9
inputs :
10
10
- name : codebase
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- POSTGRES_HOST_AUTH_METHOD=trust
11
11
develop :
12
- image : rexdb/build:2021.01.19
12
+ image : rexdb/build:2021.04.01
13
13
command : [sleep, infinity]
14
14
working_dir : /app
15
15
ports :
Original file line number Diff line number Diff line change 84
84
path : default.conf
85
85
containers :
86
86
- name : develop
87
- image : rexdb/build:2021.01.19
87
+ image : rexdb/build:2021.04.01
88
88
workingDir : /app
89
89
command : [sleep, infinity]
90
90
env :
You can’t perform that action at this time.
0 commit comments