Skip to content

Commit

Permalink
fix docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Sep 26, 2023
1 parent 763173d commit 1699520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-slim-buster
FROM python:3-slim

LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/mgw-kasa-dc

Expand Down
4 changes: 2 additions & 2 deletions module/Modfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
modfileVersion: "v1"
id: github.com/SENERGY-Platform/mgw-kasa-dc/module
name: Kasa Device-Connector
version: v0.0.1
version: v0.0.2
type: device-connector
deploymentType: single
license: "Apache License 2.0"
Expand All @@ -16,7 +16,7 @@ dependencies:
services:
mgw-kasa-dc:
name: mgw-kasa-dc
image: ghcr.io/senergy-platform/mgw-kasa-dc:v0.0.1
image: ghcr.io/senergy-platform/mgw-kasa-dc:v0.0.2
configs:
discoveryIps:
dataType: string
Expand Down

0 comments on commit 1699520

Please sign in to comment.