Skip to content

Commit

Permalink
build: Upgrade base image to deployment dockerfile
Browse files Browse the repository at this point in the history
This change updates the deployment base image from Debian 9.8 to 9.12.

Fixes: cockroachdb#41390

Release note (build change): Release Docker images are now built on
Debian 9.12.
  • Loading branch information
bobvawter authored and jlinder committed Jun 22, 2020
1 parent b2c0193 commit 9e35650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:9.8-slim
FROM debian:9.12-slim

# For deployment, we need
# libc6 - dynamically linked by cockroach binary
Expand Down

0 comments on commit 9e35650

Please sign in to comment.