Skip to content

Commit

Permalink
Update all dependencies (#384)
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 Feb 20, 2025
1 parent 2f67629 commit b7ac3b4
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:cbcdfdeba9c0db9ecd27f34066f64121308cd59fcb157ac1bb91117b195b80ce AS builder
FROM cgr.dev/chainguard/go@sha256:05f1dfa71435aabde93c14f84dd741b84c0e038a9daedf9874f232e670b71f6c AS builder

WORKDIR /app
COPY . /app

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

FROM cgr.dev/chainguard/glibc-dynamic@sha256:c907cf5576de12bb54ac2580a91d0287de55f56bce4ddd66a0edf5ebaba9feed
FROM cgr.dev/chainguard/glibc-dynamic@sha256:4c097ad707332d7a8ceaf375b9436229b63e019afbb3a371e67f2de162535187

WORKDIR /app

Expand Down

0 comments on commit b7ac3b4

Please sign in to comment.