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 Feb 3, 2023
1 parent 9f6fb77 commit ac62e93
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

# Warning: This file is experimental.
#
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 ac62e93

Please sign in to comment.