ci: use nginx:alpine-slim docker image

This commit is contained in:
Joxit 2023-06-16 23:32:03 +02:00
parent c8383a9c80
commit 834a0ea40a
No known key found for this signature in database
GPG key ID: F526592B8E012263

View file

@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM nginx:alpine
FROM nginx:alpine-slim
LABEL maintainer="Jones MAGLOIRE @Joxit"