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
1 changed files with 1 additions and 1 deletions

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"