Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update alpine docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 48f9cad commit 88a5236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARG ALPINE_VERSION=3.16
ARG ALPINE_VERSION=3.19
FROM python:3.10.5-alpine${ALPINE_VERSION} as awsbuilder
ARG AWS_CLI_VERSION=2.7.20
RUN apk add --no-cache git unzip groff build-base libffi-dev cmake
Expand Down

0 comments on commit 88a5236

Please sign in to comment.