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 Sep 6, 2024
1 parent 49fac7f commit ded21fe
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:18244328dd66983f5736d0c0c8b6221d26531bbc7274e3765b6f22905ec4d397 AS builder
FROM cgr.dev/chainguard/go@sha256:710c284731f71ca5eb8cbc0c2d2d004b9712421fecb851d8899906c29d8df655 AS builder

WORKDIR /app
COPY . /app

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

FROM cgr.dev/chainguard/glibc-dynamic@sha256:09c74721beb055d94e49515381cc5118d85bae208e7ddefe1d28f6b355a1a6f5
FROM cgr.dev/chainguard/glibc-dynamic@sha256:b1620a369a98f45856657820fb8203adbc8b823ba7019c3bd84185ce45f7b395

WORKDIR /app

Expand Down

0 comments on commit ded21fe

Please sign in to comment.