Skip to content

Commit 8caab5b

Browse files
committed
upgrading to 8
1 parent 802e035 commit 8caab5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mysql:5.6
1+
FROM mysql:8

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
docker build -t cs50/mysql .
2+
docker build -t cs50/mysql:8 .
33

44
rebuild:
5-
docker build --no-cache -t cs50/mysql .
5+
docker build --no-cache -t cs50/mysql:8 .

0 commit comments

Comments
 (0)