Skip to content

Commit 30a261d

Browse files
authored
Merge pull request kubernetes#100566 from dekkagaijin/patch-1
Update image base to `gcr.io/distroless/base-debian10:latest`
2 parents 9af6f70 + 2c16550 commit 30a261d

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/apiextensions-apiserver/artifacts/simple-image

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiextensions-apiserver/artifacts/simple-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM gcr.io/distroless/base:latest
15+
FROM gcr.io/distroless/base-debian10:latest
1616
ADD apiextensions-apiserver /
1717
ENTRYPOINT ["/apiextensions-apiserver"]

0 commit comments

Comments
 (0)