Skip to content

Commit

Permalink
fix: correct dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Apr 21, 2023
1 parent 7fa317f commit 5ff144e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN mkdir /etc/void
RUN apk --update add --no-cache ca-certificates

COPY void /bin/void
COPY config.yaml /etc/void/config.yaml
COPY deployment/config/config.yaml /etc/void/config.yaml

CMD /bin/void
2 changes: 1 addition & 1 deletion deployment/k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: void-container
image: ghcr.io/devnw/void:v0.0.1-beta7
image: ghcr.io/devnw/void:v0.0.10-beta2
ports:
- containerPort: 53
resources:
Expand Down

0 comments on commit 5ff144e

Please sign in to comment.