Skip to content

Commit f7e2f9b

Browse files
committed
Use latest version of my base image
as hosted on GitHub rather than DockerHub
1 parent 4175f06 commit f7e2f9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG UBUNTU_VERSION=focal
55

66
FROM python:${PYTHON_VERSION}-buster as python-builder
77

8-
FROM minchinweb/base:${UBUNTU_VERSION}
8+
FROM ghcr.io/minchinweb/base:${UBUNTU_VERSION}
99

1010
# keep apt happy
1111
ARG DEBIAN_FRONTEND=noninteractive

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019
3+
Copyright (c) 2019-22 MinchinWeb
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)