Skip to content

Commit

Permalink
feat: update golang alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasky committed Aug 5, 2023
1 parent f6fa159 commit 28b4b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# runc
FROM golang:1.19-alpine3.16 AS runc
ARG RUNC_VERSION=v1.1.8
ARG RUNC_VERSION=v1.1.7
RUN set -eux; \
apk add --no-cache --virtual .build-deps gcc musl-dev libseccomp-dev libseccomp-static make git bash; \
git clone -c 'advice.detachedHead=false' --depth=1 --branch ${RUNC_VERSION} https://github.com/opencontainers/runc src/github.com/opencontainers/runc; \
Expand Down

0 comments on commit 28b4b8e

Please sign in to comment.