Skip to content

Commit

Permalink
Update all dependencies (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 7406a83 commit 9668ab3
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,12 +1,12 @@
FROM cgr.dev/chainguard/go@sha256:266990d29364a6d64611877e07e12effe5468a3421dbbd3d61c93067ad5581b0 AS builder
FROM cgr.dev/chainguard/go@sha256:f5b2020afe494b32094ae053d5de2e157455f62de28a5df23bf42315716e6ad5 AS builder

WORKDIR /app
COPY . /app

RUN go mod tidy; \
go build -o main .

FROM cgr.dev/chainguard/glibc-dynamic@sha256:19daed59c01e09340015c20167092a4d51c397458949857585b946eb109f39b6
FROM cgr.dev/chainguard/glibc-dynamic@sha256:d000aed862c42a81317eccd6aa10a5ad3eadd29b3483d7340e1b44ae1de81641

WORKDIR /app
COPY --from=builder /app/main .
Expand Down

0 comments on commit 9668ab3

Please sign in to comment.