Skip to content

Commit 9e4e0d3

Browse files
chore(deps): update alpine docker tag
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 236c13c commit 9e4e0d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
WORKDIR /usr/src/app/e2e
1818
RUN make e2e-bin
1919

20-
FROM alpine:3.15.0
20+
FROM alpine:3.22.0
2121
RUN apk add -U --no-cache \
2222
ca-certificates \
2323
bash \

hack/api-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
FROM alpine:3.11
14+
FROM alpine:3.22
1515
COPY requirements.txt /
1616
RUN apk add -U --no-cache \
1717
python3 \

0 commit comments

Comments
 (0)