Skip to content

Commit c94f7af

Browse files
committed
Fix typo in version string
1 parent b3bd5af commit c94f7af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.10 as builder
22

33
ENV TES3MP_VERSION 0.8.1
4-
ENV TES3MP_VERSION_STRING 0.47.0\n68954091c54d0596037c4fb54d2812313b7582a1
4+
ENV TES3MP_VERSION_STRING 0.47.0\\n68954091c54d0596037c4fb54d2812313b7582a1
55

66
ARG BUILD_THREADS="4"
77

0 commit comments

Comments
 (0)