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 Oct 29, 2024
1 parent 169da18 commit e69a9ed
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:f0f3ac4e6b4d8234ee0bef11017a95e0ac54df7aeaf223506b7fd66b54a7a005 AS builder
FROM cgr.dev/chainguard/go@sha256:247e3abdebc14fe35810eb443340996b1c3247ba88c82c377c4a89940c91ce0d AS builder

WORKDIR /app
COPY . /app

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

FROM cgr.dev/chainguard/glibc-dynamic@sha256:49f953b74245c8d411defdab86d21c4bc59dc24ed8bb166c1e7e0779f7f1deed
FROM cgr.dev/chainguard/glibc-dynamic@sha256:0c09bcfc6a1f8755b7a20bd7550e0448adc75d75d22baddd57d9b87577d3f8b4

WORKDIR /app

Expand Down

0 comments on commit e69a9ed

Please sign in to comment.