Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Aug 12, 2021
1 parent c27194e commit 0476e5f
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 [email protected]

ARG VERSION=1.0.4
ARG VERSION=1.0.5

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.4
VERSION: 1.0.5
image: dhcpy6d
container_name: dhcpy6d
network_mode: host
Expand Down

0 comments on commit 0476e5f

Please sign in to comment.