Changeset 114 in code for trunk/Dockerfile
- Timestamp:
- Jul 14, 2020, 8:29:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Dockerfile
r102 r114 1 1 # STEP 1 build executable binary 2 FROM golang:1.1 2-alpine as builder2 FROM golang:1.14-alpine as builder 3 3 4 4 WORKDIR $GOPATH/src/github.com/asciimoo/morty … … 14 14 15 15 # STEP 2 build the image including only the binary 16 FROM alpine:3.1 016 FROM alpine:3.12 17 17 18 18 EXPOSE 3000
Note:
See TracChangeset
for help on using the changeset viewer.