Skip to content

Commit

Permalink
Merge pull request #129 from CPCTF/dependabot/docker/docker/ubuntu-23.10
Browse files Browse the repository at this point in the history
⬆️ Bump ubuntu from 23.04 to 23.10 in /docker
  • Loading branch information
ikura-hamu authored May 5, 2024
2 parents 775c82a + 9703511 commit b6a2db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3.0

FROM ubuntu:23.04
FROM ubuntu:23.10

RUN useradd -m --uid 1000 --groups sudo ubuntu && \
echo 'ubuntu:ubuntu' | chpasswd
Expand Down

0 comments on commit b6a2db3

Please sign in to comment.