Skip to content

Commit

Permalink
Update alpine to 3.16 and switch from bzr to breezy (hound-search#429)
Browse files Browse the repository at this point in the history
Co-authored-by: David Schott <dschott68@users.noreply.github.com>
  • Loading branch information
kinghrothgar and dschott68 committed May 4, 2023
1 parent b39c3e7 commit 6b38958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.11.7
FROM alpine:3.16

ENV GOPATH /go

COPY . /go/src/github.com/hound-search/hound

RUN apk update \
&& apk add go git subversion libc-dev mercurial bzr openssh tini build-base\
&& apk add go git subversion libc-dev mercurial breezy openssh tini build-base \
&& cd /go/src/github.com/hound-search/hound \
&& go mod download \
&& go install github.com/hound-search/hound/cmds/houndd \
Expand Down

0 comments on commit 6b38958

Please sign in to comment.