Change Ubuntu base image for Dockerfile
This commit is contained in:
parent
fd5b7287ee
commit
ad4e9c2694
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Use the official Ubuntu base image
|
||||
FROM ubuntu:jammy
|
||||
FROM ubuntu:22.04
|
||||
LABEL maintainer="Evil0ctal"
|
||||
|
||||
# Set non-interactive frontend (useful for Docker builds)
|
||||
|
|
|
|||
Loading…
Reference in a new issue