Skip to content

Commit

Permalink
Use fedora:latest because fedora-33 is EOL today
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 24, 2024
1 parent 1f923ef commit 2dbdf09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: "3.5"

services:
fedora-33:
fedora-latest:
build:
context: .
dockerfile: dockerfiles/fedora-33.dockerfile
dockerfile: dockerfiles/fedora-latest.dockerfile
volumes:
- .:/source:delegated
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:33
FROM fedora:latest

RUN \
dnf install -y \
Expand Down

0 comments on commit 2dbdf09

Please sign in to comment.