Skip to content

Commit

Permalink
Merge pull request inspektor-gadget#3210 from inspektor-gadget/depend…
Browse files Browse the repository at this point in the history
…abot/docker/Dockerfiles/golang-1b70fa8

Dockerfiles: Bump golang from `829eff9` to `1b70fa8` in /Dockerfiles
  • Loading branch information
eiffel-fl authored Jul 30, 2024
2 parents 3cfea57 + 2a42140 commit 912c771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/ebpf-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG TINYGO_VERSION=0.31.2
# Args need to be redefined on each stage
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

FROM golang:1.22@sha256:829eff99a4b2abffe68f6a3847337bf6455d69d17e49ec1a97dac78834754bd6 AS builder
FROM golang:1.22@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS builder
ARG BPFTOOL_VERSION
ARG LIBBPF_VERSION

Expand All @@ -23,7 +23,7 @@ RUN \
tar -C /usr/local/bin -xzf bpftool-${BPFTOOL_VERSION}-${ARCH}.tar.gz && \
chmod +x /usr/local/bin/bpftool

FROM golang:1.22@sha256:829eff99a4b2abffe68f6a3847337bf6455d69d17e49ec1a97dac78834754bd6
FROM golang:1.22@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf
ARG CLANG_LLVM_VERSION
ARG TINYGO_VERSION
# libc-dev is needed for various headers, among others
Expand Down

0 comments on commit 912c771

Please sign in to comment.