Skip to content

Commit 23d9577

Browse files
authored
Merge pull request #1544 from kubernetes-sigs/baseimage-bookworm
feat: switch to bookworm debian base image
2 parents 4bf27e4 + 09db9f7 commit 23d9577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefileplugin/Dockerfile

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

15-
FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
15+
FROM registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
1616

1717
ARG ARCH=amd64
1818
ARG binary=./_output/${ARCH}/azurefileplugin

0 commit comments

Comments
 (0)