We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c13c commit 9e4e0d3Copy full SHA for 9e4e0d3
e2e/Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
WORKDIR /usr/src/app/e2e
18
RUN make e2e-bin
19
20
-FROM alpine:3.15.0
+FROM alpine:3.22.0
21
RUN apk add -U --no-cache \
22
ca-certificates \
23
bash \
hack/api-docs/Dockerfile
@@ -11,7 +11,7 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-FROM alpine:3.11
+FROM alpine:3.22
15
COPY requirements.txt /
16
python3 \
0 commit comments