1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Update backend and docker dependencies (#173)

* backend: update dependencies
* travis: go 1.15
* docker: bump to go 1.15, alpine 3.12
This commit is contained in:
James Hillyerd
2020-08-30 13:18:58 -07:00
committed by GitHub
parent 5a0c4778cb
commit f0520b88c5
5 changed files with 69 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
# Docker build file for Inbucket: https://www.inbucket.org/
# Install build-time dependencies
FROM golang:1.14-alpine3.11 as builder
FROM golang:1.15-alpine3.12 as builder
RUN apk add --no-cache --virtual .build-deps g++ git make npm python3
WORKDIR /build
COPY . .
@@ -24,7 +24,7 @@ WORKDIR /build/ui
RUN npm run build
# Run in minimal image
FROM alpine:3.11
FROM alpine:3.12
RUN apk --no-cache add tzdata
WORKDIR /opt/inbucket
RUN mkdir bin defaults ui