Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2023
1 parent a29b060 commit 6e20fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal as base
FROM ubuntu:jammy as base

# System requirements
# - git; Used to pull in particular requirements from github rather than pypi,
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-testing
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this will run similar to CI in that it is a base Ubuntu image with minimal packages
# installed on top.

FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 6e20fdb

Please sign in to comment.