Skip to content

Commit e813780

Browse files
authored
Merge pull request #44 from prometheusresearch/baseline/rexdb_image_2021.04.01
updating core image version to 2021.04.01
2 parents cca3727 + 930c058 commit e813780

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:experimental
22

3-
ARG REXDB_TAG=2021.01.19
3+
ARG REXDB_TAG=2021.04.01
44

55
FROM rexdb/build:$REXDB_TAG AS build
66

concourse-doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: registry-image
55
source:
66
repository: rexdb/build
7-
tag: 2021.01.19
7+
tag: 2021.04.01
88

99
inputs:
1010
- name: codebase

concourse-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: registry-image
55
source:
66
repository: rexdb/build
7-
tag: 2021.01.19
7+
tag: 2021.04.01
88

99
inputs:
1010
- name: codebase

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- POSTGRES_HOST_AUTH_METHOD=trust
1111
develop:
12-
image: rexdb/build:2021.01.19
12+
image: rexdb/build:2021.04.01
1313
command: [sleep, infinity]
1414
working_dir: /app
1515
ports:

kube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
path: default.conf
8585
containers:
8686
- name: develop
87-
image: rexdb/build:2021.01.19
87+
image: rexdb/build:2021.04.01
8888
workingDir: /app
8989
command: [sleep, infinity]
9090
env:

0 commit comments

Comments
 (0)