Skip to content

Commit

Permalink
chore(deps): update docker.io/golang docker tag to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Dec 4, 2024
1 parent 10af6e0 commit c5ec5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.23.3@sha256:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31 as builder
FROM docker.io/golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92 as builder
WORKDIR /app

COPY go.mod Makefile ./
Expand All @@ -8,7 +8,7 @@ RUN make build

# ---

FROM docker.io/golang:1.23.3-bookworm@sha256:3f3b9daa3de608f3e869cd2ff8baf21555cf0fca9fd34251b8f340f9b7c30ec5
FROM docker.io/golang:1.23.4-bookworm@sha256:97d0f37d858c35aa65369f72962dc2b6901c1a2d36f31e73db384eb7c204369b
WORKDIR /app

RUN apt update && apt install -y --no-install-recommends iperf3 && rm -rf /var/lib/apt/lists
Expand Down

0 comments on commit c5ec5c8

Please sign in to comment.