Skip to content

Commit

Permalink
bump docker images, too
Browse files Browse the repository at this point in the history
  • Loading branch information
vdarulis committed Nov 7, 2020
1 parent 0142bf5 commit 01a2a75
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
image: golang:1.13-stretch
image: golang:1.14-stretch
volumes:
- .:/go/src/github.com/m3db/m3
- /usr/bin/buildkite-agent:/usr/bin/buildkite-agent
Expand Down
2 changes: 1 addition & 1 deletion docker/m3aggregator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.13-alpine3.11 AS builder
FROM golang:1.14-alpine3.11 AS builder
LABEL maintainer="The M3DB Authors <[email protected]>"

# Install deps
Expand Down
2 changes: 1 addition & 1 deletion docker/m3collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.13-alpine3.11 AS builder
FROM golang:1.14-alpine3.11 AS builder
LABEL maintainer="The M3DB Authors <[email protected]>"

# Install deps
Expand Down
2 changes: 1 addition & 1 deletion docker/m3coordinator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.13-alpine3.11 AS builder
FROM golang:1.14-alpine3.11 AS builder
LABEL maintainer="The M3DB Authors <[email protected]>"

# Install deps
Expand Down
2 changes: 1 addition & 1 deletion docker/m3dbnode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.13-alpine3.11 AS builder
FROM golang:1.14-alpine3.11 AS builder
LABEL maintainer="The M3DB Authors <[email protected]>"

# Install deps
Expand Down
2 changes: 1 addition & 1 deletion docker/m3dbnode/Dockerfile-setcap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.13-alpine3.11 AS builder
FROM golang:1.14-alpine3.11 AS builder
LABEL maintainer="The M3DB Authors <[email protected]>"

# Install deps
Expand Down
2 changes: 1 addition & 1 deletion docker/m3query/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build
FROM golang:1.13-alpine3.11 AS builder
FROM golang:1.14-alpine3.11 AS builder
LABEL maintainer="The M3DB Authors <[email protected]>"

# Install deps
Expand Down

0 comments on commit 01a2a75

Please sign in to comment.