Skip to content

Commit

Permalink
Flarum v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RikoDEV authored Jan 19, 2024
1 parent 40403dd commit cef75ca
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
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.18
LABEL description="Simple forum software for building great communities" \
maintainer="riko.dev <[email protected]>"

ARG VERSION=v1.8.5
ARG VERSION=v1.8.1

ENV GID=991 \
UID=991 \
Expand Down

2 comments on commit cef75ca

@martin5233
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does everything in this repo indicate, that version 1.8.5 is used, while it's actually 1.8.1?

@RikoDEV
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does everything in this repo indicate, that version 1.8.5 is used, while it's actually 1.8.1?

Flarum Base: https://github.com/flarum/flarum - v1.8.1
Flarum Framework: https://github.com/flarum/framework - v1.8.5 (updated by composer)

Please sign in to comment.