Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile_gentoo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# Gentoo is known for its customization, optimization at the expense of image build time.asdf
# This Dockerfile offers a stable base image but takes extra time to compile all dependencies.
FROM gentoo/stage3:latest@sha256:4e9f9abb123542925353417fb7116ec981989cdfc5b9871f5a40969482e05ec3
FROM gentoo/stage3:latest@sha256:db30d8825ab66172e6d5cc6f1896bc635a65ac5e6e702a32b32a2e6a45b4952d

# Set the terminal type to Xterm.
ENV TERM=xterm
Expand Down