Skip to content
Merged
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:ad0b6527fe515161dc8f6cd203f6128746b7aede17db5d18091562f4ec059c91
FROM gentoo/stage3:latest@sha256:77707174f084c6fc5458f85d305eb2befa79d15d6f8b8f60d279d9018deb0732

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