Browse Source

Bump alpine version.

Alex Myasoedov 5 years ago
parent
commit
8bd45f6a40
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .dockerignore
  2. 1 1
      Dockerfile

+ 2 - 0
.dockerignore

@@ -3,4 +3,6 @@
 *.swp
 Makefile
 Readme.md
+slides/
+node_modules/
 *.go

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.7
+FROM alpine:3.8
 
 WORKDIR /app