fedora-cloud / docker-brew-fedora

MIT License
176 stars 46 forks source link

Rawhide is still fc38 #108

Closed elmarco closed 1 year ago

elmarco commented 1 year ago

Can it be switched to fc39?

https://github.com/fedora-cloud/docker-brew-fedora/blob/c1e2120c04b86ae4e73f14806066bca6e6200d9c/x86_64/Dockerfile

FROM scratch
LABEL maintainer="Clement Verna <cverna@fedoraproject.org>"                    
ENV DISTTAG=f38container FGC=f38 FBR=f38
ADD fedora-38-x86_64.tar.xz / 
CMD ["/bin/bash"]

thanks

elmarco commented 1 year ago

@cverna

cverna commented 1 year ago

Update pending https://github.com/docker-library/official-images/pull/14243