Skip to content

Commit

Permalink
chore(deps): update alpine docker tag
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 9, 2024
1 parent 236c13c commit 1fc42c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
WORKDIR /usr/src/app/e2e
RUN make e2e-bin

FROM alpine:3.15.0
FROM alpine:3.21.0
RUN apk add -U --no-cache \
ca-certificates \
bash \
Expand Down
2 changes: 1 addition & 1 deletion hack/api-docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.11
FROM alpine:3.21
COPY requirements.txt /
RUN apk add -U --no-cache \
python3 \
Expand Down

0 comments on commit 1fc42c7

Please sign in to comment.