mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
Update Dockerfile
bump golang to 1.15 in build
This commit is contained in:
committed by
GitHub
parent
10653e1cec
commit
ae2117655e
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.13 AS build
|
FROM golang:1.15 AS build
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt-get update && apt-get install -y libsecret-1-dev
|
RUN apt-get update && apt-get install -y libsecret-1-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user