Skip to content

Commit

Permalink
upgraded docker ubuntu base
Browse files Browse the repository at this point in the history
  • Loading branch information
janproch committed May 13, 2024
1 parent a24271f commit dd36427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-app.yaml
Expand Up @@ -99,6 +99,7 @@ jobs:
mv app/dist/*.exe artifacts/ || true
mv app/dist/*.zip artifacts/ || true
mv app/dist/*.tar.gz artifacts/ || true
mv app/dist/*.AppImage artifacts/ || true
mv app/dist/*.deb artifacts/ || true
mv app/dist/*.dmg artifacts/ || true
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && apt-get install -y \
curl \
Expand Down

0 comments on commit dd36427

Please sign in to comment.