Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 4, 2024
1 parent f39d722 commit 80d2814
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:e4a7065a61535af258912730ca95c340862d19ce71eb916c3f37d0b91d122a6f AS builder
FROM cgr.dev/chainguard/go@sha256:f9c2933cb81ca80b37ed7aabd4e02f000f23a24518eb2db18d0fee97552c154c AS builder

WORKDIR /app
COPY . /app

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

FROM cgr.dev/chainguard/glibc-dynamic@sha256:0c09bcfc6a1f8755b7a20bd7550e0448adc75d75d22baddd57d9b87577d3f8b4
FROM cgr.dev/chainguard/glibc-dynamic@sha256:1cfd1bd060c8c46e60778f8e8aa3664e335a57e661e97a448a455454c128851e

WORKDIR /app

Expand Down

0 comments on commit 80d2814

Please sign in to comment.