Skip to content

Commit

Permalink
Fix typo in version string
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimKriegor committed May 29, 2022
1 parent b3bd5af commit c94f7af
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 alpine:3.10 as builder

ENV TES3MP_VERSION 0.8.1
ENV TES3MP_VERSION_STRING 0.47.0\n68954091c54d0596037c4fb54d2812313b7582a1
ENV TES3MP_VERSION_STRING 0.47.0\\n68954091c54d0596037c4fb54d2812313b7582a1

ARG BUILD_THREADS="4"

Expand Down

0 comments on commit c94f7af

Please sign in to comment.