Skip to content

Commit

Permalink
Merge pull request #442 from gerard33/patch-1
Browse files Browse the repository at this point in the history
Update to latest valetudo-mapper
  • Loading branch information
Poeschl authored Jan 13, 2024
2 parents 7c610f9 + d99e24f commit 8184d63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions valetudo-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.12.0 - 2023-10-14

* 🔼 Update Valetudo-Mapper to commit `54aba35`

## 1.11.0 - 2022-08-03

* 🔼 Update Valetudo-Mapper to commit `bd97779`
Expand Down
4 changes: 2 additions & 2 deletions valetudo-mapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG C.UTF-8

RUN apk add --no-cache git=2.36.2-r0 npm=8.10.0-r0

ENV COMMIT_SHA 'bd97779d5a1aa74c52914974e3badfaee0c4b3e6'
ENV COMMIT_SHA '54aba3534e9e797b9a22c0e134fa2706effd2e9d'
# hadolint ignore=DL3003
RUN git config --global advice.detachedHead false && \
git clone https://github.com/rand256/valetudo-mapper -b master /app && \
Expand All @@ -23,4 +23,4 @@ COPY --from=BUILD /app /app

ENTRYPOINT [ "/init" ]
CMD []
COPY root /
COPY root /
2 changes: 1 addition & 1 deletion valetudo-mapper/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Valetudo Mapper
version: 1.11.0
version: 1.12.0
slug: valetudomapper
description: This is a simple companion service for Valetudo RE which generates
the map pngs.
Expand Down

0 comments on commit 8184d63

Please sign in to comment.