From 930c058af77581efc603f6de04d42afa7c0efcd3 Mon Sep 17 00:00:00 2001 From: Zach Heilman Date: Thu, 1 Apr 2021 13:44:24 -0500 Subject: [PATCH] updating core image version to 2021.04.01 --- Dockerfile | 2 +- concourse-doc.yml | 2 +- concourse-test.yml | 2 +- docker-compose.yml | 2 +- kube.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1c2d33c6..561d2d4cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:experimental -ARG REXDB_TAG=2021.01.19 +ARG REXDB_TAG=2021.04.01 FROM rexdb/build:$REXDB_TAG AS build diff --git a/concourse-doc.yml b/concourse-doc.yml index 28de9ca30..c48ac2884 100644 --- a/concourse-doc.yml +++ b/concourse-doc.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: rexdb/build - tag: 2021.01.19 + tag: 2021.04.01 inputs: - name: codebase diff --git a/concourse-test.yml b/concourse-test.yml index 98c786d97..1186d4562 100644 --- a/concourse-test.yml +++ b/concourse-test.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: rexdb/build - tag: 2021.01.19 + tag: 2021.04.01 inputs: - name: codebase diff --git a/docker-compose.yml b/docker-compose.yml index 3c016f097..926ba80e1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: environment: - POSTGRES_HOST_AUTH_METHOD=trust develop: - image: rexdb/build:2021.01.19 + image: rexdb/build:2021.04.01 command: [sleep, infinity] working_dir: /app ports: diff --git a/kube.yml b/kube.yml index c93999990..a69c019d1 100644 --- a/kube.yml +++ b/kube.yml @@ -84,7 +84,7 @@ spec: path: default.conf containers: - name: develop - image: rexdb/build:2021.01.19 + image: rexdb/build:2021.04.01 workingDir: /app command: [sleep, infinity] env: