Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion concourse-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: rexdb/build
tag: 2021.01.19
tag: 2021.04.01

inputs:
- name: codebase
Expand Down
2 changes: 1 addition & 1 deletion concourse-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: rexdb/build
tag: 2021.01.19
tag: 2021.04.01

inputs:
- name: codebase
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down