Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #397

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:16fae42cf18d7b286f78ec6ee240187ab563960a269e55fa9e3278647d7920ed AS builder
FROM cgr.dev/chainguard/go@sha256:6383df43cac083dab35a66440b0315661aa562afc9a97eb23dd8844825360d52 AS builder

WORKDIR /app
COPY . /app

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

FROM cgr.dev/chainguard/glibc-dynamic@sha256:e1912ecfee19bed77a2d9ad0584fa84578f47b602b7f16f4efd4b3d5ffafb9a2
FROM cgr.dev/chainguard/glibc-dynamic@sha256:c76c205a735e16390ecfd4a2404a6f5e834e72b7fce2f2cd587ee3fe11fa35ae

WORKDIR /app

Expand Down
Loading