Skip to content

Instantly share code, notes, and snippets.

@InfamousStarFox
Last active October 21, 2021 04:50
Show Gist options
  • Save InfamousStarFox/2f288d6d6b7b3ae992375bda2a20fb74 to your computer and use it in GitHub Desktop.
Save InfamousStarFox/2f288d6d6b7b3ae992375bda2a20fb74 to your computer and use it in GitHub Desktop.
Upgrade instructions for alpine linux

Alpine Linux Upgrade Instructions

Find the latest stable version from https://alpinelinux.org/releases/

Edit the repository number to the latest stable version

nano /etc/apk/repositories

Apply the updates to the current version

apk update
apk upgrade

Sync and reboot the server

sync
reboot

Verify the upgrade worked

cat /etc/alpine-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment