Skip to content

Commit

Permalink
Change base image from Ubuntu 18.04 to Debian Buster (glibc 2.28).
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Dec 12, 2024
1 parent 9a338ae commit 086f383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: Deploy base image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
shell: bash
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM debian:buster

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 086f383

Please sign in to comment.