Skip to content
Snippets Groups Projects
Commit 4bcab3c9 authored by Travis Ralston's avatar Travis Ralston
Browse files

Use Go 1.10 for the repo intentionally

parent 3b434f9f
No related branches found
No related tags found
No related merge requests found
# ---- Stage 0 ---- # ---- Stage 0 ----
# Builds media_repo and import_synapse # Builds media_repo and import_synapse
FROM golang:alpine AS builder FROM golang:1.11-alpine AS builder
# Install build dependencies # Install build dependencies
RUN apk add --no-cache git musl-dev \ RUN apk add --no-cache git musl-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment