Changeset 114 in code for trunk/Dockerfile


Ignore:
Timestamp:
Jul 14, 2020, 8:29:25 AM (5 years ago)
Author:
alex
Message:

[mod] dependencies upgrades

  • fasthttp v1.14.0
  • net v0.0.0-20200707034311-ab3426394381
  • text v0.3.3
  • Dockerfile: golang:1.14-alpine, alpine:3.12 (add support for TLS1.3)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Dockerfile

    r102 r114  
    11# STEP 1 build executable binary
    2 FROM golang:1.12-alpine as builder
     2FROM golang:1.14-alpine as builder
    33
    44WORKDIR $GOPATH/src/github.com/asciimoo/morty
     
    1414
    1515# STEP 2 build the image including only the binary
    16 FROM alpine:3.10
     16FROM alpine:3.12
    1717
    1818EXPOSE 3000
Note: See TracChangeset for help on using the changeset viewer.