Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 26, 2024
1 parent 34b28f8 commit a54d85f
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,4 +1,4 @@
FROM golang:1.19-buster as builder
FROM golang:1.19-buster@sha256:46bab7f043402231a9ed12ef2a4b0a9d090e3abc005297de920160a76bc71da3 as builder

WORKDIR /src

Expand All @@ -8,7 +8,7 @@ RUN go install -v github.com/prometheus/promu \
&& promu build -v --prefix build


FROM debian:buster-slim
FROM debian:buster-slim@sha256:bb3dc79fddbca7e8903248ab916bb775c96ec61014b3d02b4f06043b604726dc
LABEL maintainer="Vasily Maryutenkov <[email protected]>"

RUN DEBIAN_FRONTEND=noninteractive; apt-get update \
Expand Down

0 comments on commit a54d85f

Please sign in to comment.