Skip to content

Commit bb7ee7b

Browse files
authored
Merge pull request #6 from judge0/feature/update-dockerfile
Use python:3.7 image instead of apline version which gives build errors.
2 parents afce998 + 2771c80 commit bb7ee7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-alpine
1+
FROM python:3.7
22
RUN pip install --no-cache-dir pipenv
33

44
WORKDIR /bot

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
bot:
4-
image: judge0/discord-bot:1.0.0
4+
image: judge0/discord-bot:1.0.1
55
environment:
66
- BOT_TOKEN=
77
restart: always

0 commit comments

Comments
 (0)