Skip to content

Commit

Permalink
Merge pull request #126 from sclorg/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in Dockerfile. Missing '\'
  • Loading branch information
phracek authored Oct 8, 2024
2 parents 96b9ba6 + 5f5cac3 commit 0fa9ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/fedora/fedora:37

ENV NAME=betka-fedora \
RELEASE=0.9.0
RELEASE=0.9.0 \
ARCH=x86_64 \
SUMMARY="Syncs changes from upstream repository to downstream" \
DESCRIPTION="Syncs changes from upstream repository to downstream" \
Expand Down

0 comments on commit 0fa9ccd

Please sign in to comment.