Skip to content

Commit 94c5b70

Browse files
committed
Build for eoan
1 parent a3c9a5c commit 94c5b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
username: ${{ secrets.DOCKER_USERNAME }}
1313
password: ${{ secrets.DOCKER_TOKEN }}
1414
dockerfile: Dockerfile
15-
tags: "ubuntu,bionic,1.41-bionic, 1-bionic"
15+
tags: "ubuntu,eoan,1.41-eoan, 1-eoan"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:bionic
1+
FROM buildpack-deps:eoan
22

33
# based on https://github.com/rust-lang/docker-rust/blob/76921dd61d80c4e8107b858d26bf5e52c4c09816/1.41.0/buster/Dockerfile
44

0 commit comments

Comments
 (0)