Skip to content

Commit f1ea49e

Browse files
committed
Fix docker hash incosistency
Fix the hash inconsistency in the Dockerfile for the debug image. Signed-off-by: Shahriyar Jalayeri <shahriyar@posteo.de>
1 parent 8f23bda commit f1ea49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# has a fast path for stack unwinding. This also happens
99
# to be a perfect place to put any other kind of debug info
1010
# into the package: see abuild/etc/abuild.conf.
11-
FROM lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad AS recovertpm
11+
FROM lfedge/eve-recovertpm:d49430da0350750b08515049eeca9a47a8e0f424 AS recovertpm
1212
FROM lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df AS bpftrace
1313
FROM lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 AS build
1414
ENV BUILD_PKGS="abuild curl tar make linux-headers patch g++ git gcc gpg ncurses-dev autoconf openssl-dev zlib-dev jq pciutils usbutils lsblk"

0 commit comments

Comments
 (0)