Skip to content

Commit

Permalink
Merge pull request #23 from thespad/remove-custom-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jul 8, 2023
2 parents 873267e + 6b6cf9d commit 1acd14a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,451 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ ARG GOCACHE=/tmp \
GOOS=linux \
CGO_ENABLED=0

COPY go/ /tmp/

RUN \
apk add --update --no-cache --virtual=build-dependencies \
go && \
Expand Down Expand Up @@ -49,8 +47,6 @@ RUN \
tar xf \
/tmp/dive.tar.gz -C \
/tmp/dive/ --strip-components=1 && \
mv /tmp/go.mod /tmp/dive && \
mv /tmp/go.sum /tmp/dive && \
cd /tmp/dive && \
go build -o /usr/local/bin/dive && \
echo "**** installed dive version ${APP_VERSION} ****" && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The architectures supported by this image are:

## Versions

* **08.07.23:** - Revert to using upstream deps.
* **14.05.23:** - Rebase to Alpine 3.18. Drop armhf support.
* **21.12.22:** - Rebase to Alpine 3.17.
* **28.11.22:** - Use scratch image for run stage, update dive deps to resolve security vulns.
Expand Down
71 changes: 0 additions & 71 deletions go/go.mod

This file was deleted.

Loading

0 comments on commit 1acd14a

Please sign in to comment.