Skip to content

Commit

Permalink
Update alpine to 1.19.4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 1, 2023
1 parent 0bad314 commit 1cde4d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.12-alpine
FROM golang:1.19.4-alpine
# This container is for daily development.

RUN apk add --no-cache build-base git libseccomp-dev linux-headers
RUN apk add --no-cache build-base git libseccomp-dev linux-headers libseccomp-static

CMD ["/bin/ash"]
2 changes: 1 addition & 1 deletion Dockerfile.builder-manylinux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine
FROM golang:1.19.4-alpine
# Debian jessie ships libseccomp 2.1 but golang binding requires 2.2+
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
&& apt update && apt -t jessie-backports install -y libseccomp-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.builder-musllinux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine
FROM golang:1.19.4-alpine
RUN apk add --no-cache build-base libseccomp-dev git linux-headers

CMD ["make", "build"]
Expand Down

0 comments on commit 1cde4d7

Please sign in to comment.