Skip to content

Commit

Permalink
build(deps): bump library/alpine from 3.16.2 to 3.17.1
Browse files Browse the repository at this point in the history
Bumps library/alpine from 3.16.2 to 3.17.1.

---
updated-dependencies:
- dependency-name: library/alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kkourt committed Jan 11, 2023
1 parent 752abc0 commit cefa85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /src/linux/tools/bpf/bpftool
RUN make -j $(nproc) LDFLAGS=-static
RUN strip bpftool

FROM docker.io/library/alpine:3.16.2@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
FROM docker.io/library/alpine:3.17.1@sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
RUN apk add iproute2
RUN mkdir /var/lib/tetragon/ && \
apk add --no-cache --update bash
Expand Down

0 comments on commit cefa85e

Please sign in to comment.