Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #268 from vania-pooh/master
Browse files Browse the repository at this point in the history
Alpine and Golang version updates
  • Loading branch information
vania-pooh authored Jul 7, 2020
2 parents 8b7a47e + 1782f21 commit ac1154c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.12

RUN apk add -U ca-certificates tzdata && rm -Rf /var/cache/apk/*
COPY cm /
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/aerokube/cm

go 1.14

require (
github.com/Masterminds/semver/v3 v3.0.1
github.com/Microsoft/hcsshim v0.8.6 // indirect
Expand Down

0 comments on commit ac1154c

Please sign in to comment.