Skip to content

Commit 74066ed

Browse files
authored
Merge pull request #2 from violethaze74-jazzededtech/snyk-fix-0f2ae779867cf40a0b990e01075195a0
2 parents 1f97734 + 733fe07 commit 74066ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/witness/cmd/witness/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:buster AS builder
1+
FROM golang:1-buster AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS
@@ -19,7 +19,7 @@ COPY . .
1919
RUN go build -o /build/bin/witness ./witness/golang/cmd/witness
2020

2121
# Build release image
22-
FROM golang:buster
22+
FROM golang:1-buster
2323

2424
COPY --from=builder /build/bin/witness /bin/witness
2525
ENTRYPOINT ["/bin/witness"]

0 commit comments

Comments
 (0)