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 Jul 23, 2024
1 parent 22768a3 commit ec5b808
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:80ebff2d788e242fa5c03a0788f7cf0660d4ab470df95839b3eeb6ced45b3108 AS builder
FROM cgr.dev/chainguard/go@sha256:28343b6ffe88cbfda301d70984a49d4f24bbad56c055e20376524e116bd6e2b4 AS builder

WORKDIR /app
COPY . /app

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

FROM cgr.dev/chainguard/glibc-dynamic@sha256:5567380ef73d947c834960aa127784eef821c69596366dd48caf77736e854bc2
FROM cgr.dev/chainguard/glibc-dynamic@sha256:a9cea20608270d361c98cd3304b90baa56a33ff3489a36220c75b18caf22bbe7

WORKDIR /app

Expand Down

0 comments on commit ec5b808

Please sign in to comment.