Skip to content

Commit 13221c9

Browse files
committed
update the base image of the container to fix CVEs
Signed-off-by: Humble Chirammal <[email protected]>
1 parent f532384 commit 13221c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
15+
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.2.0
1616

1717
RUN apt update && apt-mark unhold libcap2
1818
RUN clean-install ca-certificates mount

0 commit comments

Comments
 (0)