Skip to content

Commit

Permalink
feat: upgrade base image to fedora:40
Browse files Browse the repository at this point in the history
Nitrate/Nitrate#1162

Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
  • Loading branch information
tkdchen committed Jun 7, 2024
1 parent 65cc385 commit bf2fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG base_image
FROM ${base_image:-registry.fedoraproject.org/fedora:38}
FROM ${base_image:-registry.fedoraproject.org/fedora:40}

ARG version=latest
ARG released=yes
Expand Down

0 comments on commit bf2fe56

Please sign in to comment.