Skip to content

Commit

Permalink
Update base Ubuntu image from 16.04 to 18.04.
Browse files Browse the repository at this point in the history
As we need at least GLIBC 2.27 to be able to run GitHub actions
inside.
  • Loading branch information
carlosperate committed Dec 11, 2024
1 parent 1a9994d commit 31d0f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

LABEL org.opencontainers.image.description="Docker image to create Mu Editor AppImage builds."
LABEL org.opencontainers.image.source="https://github.com/mu-editor/docker-mu-appimage"
Expand Down

0 comments on commit 31d0f8c

Please sign in to comment.