Skip to content

Commit

Permalink
fix: RELEASING/Dockerfile.make_tarball to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 22, 2025
1 parent 78cd635 commit 56af75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING/Dockerfile.make_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM python:3.10-slim-bookworm
FROM python:3.14.0a1-slim-bookworm

RUN apt-get update -y
RUN apt-get install -y \
Expand Down

0 comments on commit 56af75f

Please sign in to comment.