Skip to content

Commit

Permalink
Still use base image ubuntu:23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
insel-maz committed Apr 9, 2024
1 parent 6c8ad4d commit def69af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:24.04
# FROM ubuntu:24.04
FROM ubuntu:23.04

ENV DEBIAN_FRONTEND noninteractive
RUN \
Expand Down

0 comments on commit def69af

Please sign in to comment.