File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ commandTests:
20
20
args :
21
21
- --version
22
22
expectedOutput :
23
- - ^gcc \(Alpine 12 \.
23
+ - ^gcc \(Alpine 14 \.
24
24
25
25
- name : checkov
26
26
command : checkov
@@ -131,7 +131,7 @@ commandTests:
131
131
args :
132
132
- -V
133
133
expectedError :
134
- - ^OpenSSH_9 \.[0-9]+
134
+ - ^OpenSSH_10 \.[0-9]+
135
135
136
136
fileExistenceTests :
137
137
- name : terrascan init
Original file line number Diff line number Diff line change 1
- FROM python:3.12.0-alpine3.17 @sha256:fc34b07ec97a4f288bc17083d288374a803dd59800399c76b977016c9fe5b8f2 AS python_base
1
+ FROM python:3.12-alpine @sha256:9b8808206f4a956130546a32cbdd8633bc973b19db2923b7298e6f90cc26db08 AS python_base
2
2
3
3
FROM python_base AS builder
4
4
ARG TARGETOS
@@ -116,11 +116,11 @@ RUN apk add --no-cache \
116
116
bash=~5 \
117
117
# pre-commit-hooks deps: https://github.com/pre-commit/pre-commit-hooks
118
118
musl-dev=~1 \
119
- gcc=~12 \
119
+ gcc=~14 \
120
120
# entrypoint wrapper deps
121
121
su-exec=~0.2 \
122
122
# ssh-client for external private module in ssh
123
- openssh-client=~9
123
+ openssh-client=~10
124
124
125
125
# Copy tools
126
126
COPY --from=builder \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readonly SCRIPT_DIR
9
9
#
10
10
11
11
apk add --no-cache \
12
- gcc=~ 12 \
12
+ gcc=~ 14 \
13
13
libffi-dev=~ 3 \
14
14
musl-dev=~ 1
15
15
You can’t perform that action at this time.
0 commit comments