Skip to content

Commit

Permalink
bump to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Sep 30, 2021
1 parent 0476e5f commit 357c965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.9-slim
LABEL maintainer=henri@dhcpy6d.de

ARG VERSION=1.0.5
ARG VERSION=1.0.6

RUN apt -y update && \
apt -y upgrade
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
args:
VERSION: 1.0.5
VERSION: 1.0.6
image: dhcpy6d
container_name: dhcpy6d
network_mode: host
Expand Down

0 comments on commit 357c965

Please sign in to comment.