Skip to content

Commit

Permalink
Merge pull request #237 from andyzhangx/bookworm
Browse files Browse the repository at this point in the history
chore: upgrade base image to debian-base: bookworm
  • Loading branch information
andyzhangx authored Dec 11, 2023
2 parents 833f74c + 48bc2d5 commit dcdc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

RUN apt update && apt upgrade -y && apt-mark unhold libcap2
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs btrfs-progs open-iscsi
Expand Down

0 comments on commit dcdc40a

Please sign in to comment.