Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest valetudo-mapper #442

Merged
merged 6 commits into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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