Skip to content

Commit

Permalink
Update build environment to Alpine 3.11, update runc to v1.0.0-rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 16, 2020
1 parent df4db20 commit d4f07d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM golang:1.13-alpine3.10
FROM golang:1.13-alpine3.11

RUN apk add --no-cache file

ENV RUNC_VERSION v1.0.0-rc9
# https://github.com/opencontainers/runc/releases
ENV RUNC_VERSION v1.0.0-rc10

RUN set -eux; \
wget -O runc.tgz "https://github.com/opencontainers/runc/archive/${RUNC_VERSION}.tar.gz"; \
Expand Down

0 comments on commit d4f07d6

Please sign in to comment.