Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 981f1b8

Browse files
authored
Merge pull request #10 from LKDevelopment/dependabot/docker/golang-1.13.4
Bump golang from 1.13.3 to 1.13.4
2 parents 5eb2eb6 + 8c63774 commit 981f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.3 AS build
1+
FROM golang:1.13.4 AS build
22
WORKDIR /api-mock-server
33
COPY api_mock /api-mock-server
44
RUN GO111MODULES=on go mod vendor

0 commit comments

Comments
 (0)