Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 22, 2023
1 parent 70a2ad7 commit 60e43be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/toolkit-mob-suite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:22.10
ENV VERSION=3.1.0
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
apt update && apt install software-properties-common wget git -y && \
Expand Down
2 changes: 1 addition & 1 deletion docker/toolkit-partie/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:22.10

# Install tzdata to set the timezone to UTC (required for R)
# A non-interactive frontend is used to avoid tzdata asking for user input
Expand Down

0 comments on commit 60e43be

Please sign in to comment.