Skip to content

Commit fe2ae3b

Browse files
chore: use newer docker base images (#8064)
1 parent a356c12 commit fe2ae3b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docker/dist/Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except according to those terms.
77

88
# The build is reproducible only if this base image stays the same.
9-
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260227032500
9+
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260308134335_amd64_v2@sha256:0600991a291d02c11c69f7934951cb840c369f6c2ea82b231577cc30091b71b0
1010

1111
SHELL ["/bin/bash", "-c"]
1212

docker/dist/Dockerfile.amd64-opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except according to those terms.
77

88
# The build is reproducible only if this base image stays the same.
9-
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260227032500
9+
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260308134335_amd64_v2@sha256:0600991a291d02c11c69f7934951cb840c369f6c2ea82b231577cc30091b71b0
1010

1111
SHELL ["/bin/bash", "-c"]
1212

docker/dist/Dockerfile.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except according to those terms.
77

88
# The build is reproducible only if this base image stays the same.
9-
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260227024254_arm_v3
9+
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260308134335_arm_v4@sha256:f5b834982e74b66bdd3238fd068a4c1c1021442994868e11462cd896718eaf3a
1010

1111
SHELL ["/bin/bash", "-c"]
1212

docker/dist/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except according to those terms.
77

88
# The build is reproducible only if this base image stays the same.
9-
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260227030200_arm64_v5
9+
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260308134335_arm64_v6@sha256:a84d262e05d3587b981fc635f45364c448b913c4247d94940b8cfa4ad7ff9bbf
1010

1111
SHELL ["/bin/bash", "-c"]
1212

docker/dist/Dockerfile.macos-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except according to those terms.
77

88
# The build is reproducible only if this base image stays the same.
9-
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260302164453_macos
9+
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260308134335_macos_v2@sha256:7074006e79dd39897689938ee214164b7b1ac4126f74ca7ee4a80639aa65efd5
1010
SHELL ["/bin/bash", "-c"]
1111

1212
ARG USER_ID

docker/dist/Dockerfile.win64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except according to those terms.
77

88
# The build is reproducible only if this base image stays the same.
9-
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260227041347_win64_v2
9+
FROM docker.io/statusteam/nimbus_beacon_node:dist_base_20260308134335_win64_v3@sha256:f315f79e00c4dd9ed846ff2d782c2125d07c661edacaa7d3f17168f2456f99d9
1010

1111
SHELL ["/bin/bash", "-c"]
1212

0 commit comments

Comments
 (0)