Skip to content

Commit

Permalink
Bump go version in Dockerfile and make it mint
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Sep 29, 2020
1 parent 2d15cbe commit 939f374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
client/plik
clients
documentation
release
releases
server/plikd
testing
webapp/node_modules
webapp/bower_components
webapp/dist
**/plik.db*
**/plik.crt
**/plik.key
**/files
**/*.md
.idea
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN make frontend

##################################################################################
# Builder 2: make server and clients
FROM golang:1.14-alpine AS builder-go
FROM golang:1.15.2-alpine AS builder-go

# Install needed binaries
RUN apk add --no-cache git make bash gcc g++
Expand Down

0 comments on commit 939f374

Please sign in to comment.