Skip to content

Commit

Permalink
Changed Docker OS from 20.04 to 22.04 (#1531)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludger Peters <[email protected]>
  • Loading branch information
Narratot and Narratot authored Feb 13, 2024
1 parent 1a428a9 commit dab4e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . .
RUN ./scripts/all.bash


FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt update && apt install -y \
dnsmasq iproute2 isc-dhcp-client \
Expand Down

0 comments on commit dab4e81

Please sign in to comment.