Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #114 from girishc13/patch-1
Browse files Browse the repository at this point in the history
Use official base image
  • Loading branch information
scherniavsky authored Jun 1, 2021
2 parents b7b71d7 + 52c2e70 commit f5f7b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/stups/ubuntu:18.04-15
FROM registry.opensource.zalan.do/library/ubuntu-18.04:latest

#=======================
# General Configuration
Expand Down Expand Up @@ -32,4 +32,4 @@ ARG DL_IMAGE_VERSION=latest
ENV DL_IMAGE_VERSION=$DL_IMAGE_VERSION \
SEND_ANONYMOUS_USAGE_INFO=true

CMD ["locust-wrapper"]
CMD ["locust-wrapper"]

0 comments on commit f5f7b26

Please sign in to comment.