Skip to content

Commit

Permalink
Use Go 1.10 for the repo intentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed May 3, 2019
1 parent 3b434f9 commit 4bcab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ---- Stage 0 ----
# Builds media_repo and import_synapse
FROM golang:alpine AS builder
FROM golang:1.11-alpine AS builder

# Install build dependencies
RUN apk add --no-cache git musl-dev \
Expand Down

0 comments on commit 4bcab3c

Please sign in to comment.