Skip to content

Commit

Permalink
Upgrade runner image to ubuntu 22.04 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi authored Dec 10, 2024
1 parent 8429aa1 commit 7ad83a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.runner
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6
FROM ubuntu:20.04 as base
FROM ubuntu:22.04 as base

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 7ad83a5

Please sign in to comment.