Skip to content

Commit 4ea4888

Browse files
authored
Merge pull request kubernetes#75008 from nikopen/patch-4
rebase audit-proxy image to distroless/static
2 parents 8477c48 + 58c7b5d commit 4ea4888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/images/audit-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
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 scratch
15+
FROM gcr.io/distroless/static:latest
1616
COPY audit-proxy /
1717
ENTRYPOINT ["/audit-proxy"]

test/images/audit-proxy/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0
1+
1.1

0 commit comments

Comments
 (0)