Skip to content

Commit 79a6d2a

Browse files
committed
Update Go dependency stuff
Signed-off-by: Brian Smith <brian@briansmith.org>
1 parent 22d6897 commit 79a6d2a

5 files changed

Lines changed: 5 additions & 17 deletions

File tree

Gopkg.lock

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Dockerfile-bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## compile binaries
2-
FROM gcr.io/runconduit/go-deps:799047c7 as golang
2+
FROM gcr.io/runconduit/go-deps:611ce7bf as golang
33
ARG CONDUIT_VERSION
44
WORKDIR /go/src/github.com/runconduit/conduit
55
COPY cli cli

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## compile controller services
2-
FROM gcr.io/runconduit/go-deps:799047c7 as golang
2+
FROM gcr.io/runconduit/go-deps:611ce7bf as golang
33
ARG CONDUIT_VERSION
44
WORKDIR /go/src/github.com/runconduit/conduit
55
COPY controller/gen controller/gen

proxy-init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## compile proxy-init utility
2-
FROM gcr.io/runconduit/go-deps:799047c7 as golang
2+
FROM gcr.io/runconduit/go-deps:611ce7bf as golang
33
WORKDIR /go/src/github.com/runconduit/conduit
44
COPY ./proxy-init ./proxy-init
55
RUN CGO_ENABLED=0 GOOS=linux go install -v -installsuffix cgo ./proxy-init/

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN $HOME/.yarn/bin/yarn install --pure-lockfile
1212
RUN $HOME/.yarn/bin/yarn webpack
1313

1414
## compile go server
15-
FROM gcr.io/runconduit/go-deps:799047c7 as golang
15+
FROM gcr.io/runconduit/go-deps:611ce7bf as golang
1616
ARG CONDUIT_VERSION
1717
WORKDIR /go/src/github.com/runconduit/conduit
1818
COPY web web

0 commit comments

Comments
 (0)