Old docker image after returning to challenge

Hey,

recently I decided to come back to the Redis challenge. I have started the challenge a while back, meaning the repository is a bit older.

When I now want to test code and get the following error:

[build] Step 8 complete.                                                                                                                                                                                                                                                                   
[build] > Ign:1 http://deb.debian.org/debian buster InRelease
[build] > Ign:2 http://deb.debian.org/debian-security buster/updates InRelease                                                                                                                                                                                                             
[build] > Ign:3 http://deb.debian.org/debian buster-updates InRelease
[build] > Err:4 http://deb.debian.org/debian buster Release
[build] >   404  Not Found [IP: 146.75.30.132 80]                   
[build] > Err:5 http://deb.debian.org/debian-security buster/updates Release
[build] >   404  Not Found [IP: 146.75.30.132 80]
[build] > Err:6 http://deb.debian.org/debian buster-updates Release
[build] >   404  Not Found [IP: 146.75.30.132 80]                   
[build] > Reading package lists...
[build] > E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
[build] > E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file.
[build] > E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
[build] Error: process "/bin/sh -c apt-get update && apt-get install -y git curl" did not complete successfully: exit code: 100.                                                                                                                                                           
[build] > Err:4 http://deb.debian.org/debian buster Release                                                                                                                                                                                                                                
[build] >   404  Not Found [IP: 146.75.30.132 80]
[build] > Err:5 http://deb.debian.org/debian-security buster/updates Release
[build] >   404  Not Found [IP: 146.75.30.132 80]
[build] > Err:6 http://deb.debian.org/debian buster-updates Release
[build] >   404  Not Found [IP: 146.75.30.132 80]
[build] > Reading package lists...
[build] > E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
[build] > E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file.
[build] > E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
[build] Build failed. Check the logs above for the reason.
[build] If you think this is a CodeCrafters error, please contact us at hello@codecrafters.io.

How can I update the docker image, as buster is EOL and the mirror does not exist anymore.

Greetings

Hey @Liikt, your repo was using an older Rust buildpack (v1.70). I’ve upgraded it to v1.88 and pushed a few commits to your repo. You can run git pull to sync the latest changes.

Let me know if you hit any other issues!

Nice it works now. Thank you very much :slight_smile:

1 Like