alpine 3.18

This commit is contained in:
2023-05-12 08:06:42 -05:00
parent 99cfbe199b
commit 5150852ed1
2 changed files with 3 additions and 3 deletions

View File

@ -59,12 +59,12 @@ RUN apt-get update && \\
credentials: repositoryCreds
],
[
repository: "https://index.docker.io/v2/",
repository: "https://index.docker.io/v1/",
credentials: "dockerhub-repository-creds"
],
],
destination: [
"index.docker.io/thespider/php-mysqli:latest",
"index.docker.io/thespider/peehpee-mysqli:latest",
"${repository}/library/php-mysqli:latest",
]
)