diff --git a/images/fedora/Dockerfile b/images/fedora/Dockerfile index 1d608d48..4e474ae2 100644 --- a/images/fedora/Dockerfile +++ b/images/fedora/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.fedoraproject.org/fedora-minimal:38 AS build +FROM registry.fedoraproject.org/fedora-minimal:45 AS build ARG GO_VERSION=go1.24.9 ENV GOPATH="/go" ENV PATH="$GOPATH/bin:$PATH" @@ -33,7 +33,7 @@ COPY . /work RUN GO=${GO_VERSION} make -FROM registry.fedoraproject.org/fedora-minimal:38 +FROM registry.fedoraproject.org/fedora-minimal:45 # TODO(jaosorior): See if we can run this without root USER root