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 #334

Merged
merged 1 commit into from
Nov 5, 2024
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:f9c2933cb81ca80b37ed7aabd4e02f000f23a24518eb2db18d0fee97552c154c AS builder
FROM cgr.dev/chainguard/go@sha256:d92833cf4b47ede583e9bc58e43952875599c1e9147265cac1f33275ae73371a AS builder

WORKDIR /app
COPY . /app

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

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

WORKDIR /app

Expand Down