Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.4-cli-bookworm@sha256:bad727b799a054a2ef7902bbf8c2ae9cce4dbc5c281f486a0cb122e29f4bc2d2 AS builder
FROM php:8.4-cli-bookworm@sha256:138a210978c7767ef2a26f499c413fe6de1c13233c9a5068139565c81191b1ac AS builder

# hadolint ignore=DL3008
RUN apt-get update -qq && \
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN version=43 && \
cmake --build . && \
cmake --build . --target install

FROM php:8.4-cli-bookworm@sha256:bad727b799a054a2ef7902bbf8c2ae9cce4dbc5c281f486a0cb122e29f4bc2d2
FROM php:8.4-cli-bookworm@sha256:138a210978c7767ef2a26f499c413fe6de1c13233c9a5068139565c81191b1ac

LABEL org.opencontainers.image.authors="Alex Skrypnyk <alex@drevops.com>" \
org.opencontainers.image.description="CI runner with PHP, Node.js, Docker, and development tools" \
Expand Down