Skip to content

Commit

Permalink
fix: images/test-ubuntu-git.Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-io[bot] authored Jan 8, 2025
1 parent d853764 commit 4ad79c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/test-ubuntu-git.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Defines the test-ubuntu-git Container Image.
# Consumed by actions/checkout CI/CD validation workflows.

FROM ubuntu:latest
FROM ubuntu:24.10

RUN apt update
RUN apt install -y git
Expand Down

0 comments on commit 4ad79c4

Please sign in to comment.