Skip to content

Commit

Permalink
update to ubuntu 24.04
Browse files Browse the repository at this point in the history
Bug: T366058
  • Loading branch information
vivian-rook committed May 28, 2024
1 parent 42b9e19 commit a93f47d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV PYWIKIBOT_VERSION=9.1.2
ENV EDITOR=/bin/nano
Expand All @@ -15,10 +15,8 @@ ENV NB_UID 52771
ENV HOME /home/paws

RUN adduser --disabled-password \
--gecos "Default user" \
--uid ${NB_UID} \
--home ${HOME} \
--force-badname \
--home-dir ${HOME} \
${NB_USER}
WORKDIR ${HOME}

Expand Down

0 comments on commit a93f47d

Please sign in to comment.