Skip to content

Commit

Permalink
Merge pull request #837 from baude/update_rust_images
Browse files Browse the repository at this point in the history
Update rust container build files
  • Loading branch information
openshift-ci[bot] authored Nov 3, 2023
2 parents 29ad799 + dce15ba commit b7e144d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM registry.fedoraproject.org/fedora:38
FROM registry.fedoraproject.org/fedora:39
RUN dnf -y install cargo protobuf-compiler && dnf -y clean all
2 changes: 1 addition & 1 deletion contrib/container_images/Dockerfile.UbuntuLatest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.io/library/ubuntu:latest
FROM docker.io/library/ubuntu:rolling
RUN apt-get update && apt-get -y install cargo protobuf-compiler libprotobuf-dev

0 comments on commit b7e144d

Please sign in to comment.