Skip to content

Commit

Permalink
deps: update python Docker tag to v3.10.0 (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 11, 2021
1 parent e6e1986 commit a1f30a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/services/formatters/c/deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.9.7-alpine
FROM python:3.10.0-alpine

RUN pip install flawfinder==2.0.19
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN "$JAVA_HOME/bin/jlink" --compress=2 \
--add-modules java.base,java.compiler,java.datatransfer,jdk.crypto.ec,java.desktop,java.instrument,java.logging,java.management,java.naming,java.rmi,java.scripting,java.security.sasl,java.sql,java.transaction.xa,java.xml,jdk.unsupported \
--output /jlinked

FROM python:3.9.7-alpine
FROM python:3.10.0-alpine

RUN pip install semgrep==v0.63.0

Expand Down
2 changes: 1 addition & 1 deletion internal/services/formatters/hcl/deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.9.7-alpine
FROM python:3.10.0-alpine

RUN apk add --quiet --no-cache wget

Expand Down
2 changes: 1 addition & 1 deletion internal/services/formatters/python/deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.9.7-alpine
FROM python:3.10.0-alpine

RUN apk add jq
RUN pip install safety==1.10.3
Expand Down

0 comments on commit a1f30a4

Please sign in to comment.