Skip to content

Commit

Permalink
feat(debian): Changes to Debian 12 to Corelate with Latest Official O…
Browse files Browse the repository at this point in the history
…LS Ubuntu 22.04 Build

* Updates the Docker base image to use Debian 12.
  • Loading branch information
timnolte committed Jul 30, 2023
1 parent c257b80 commit d5a4082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG PHP_MINOR_VERSION

FROM litespeedtech/openlitespeed:${OLS_VERSION}-lsphp${PHP_MAJOR_VERSION}0 AS ols

FROM debian:11-slim
FROM debian:12-slim

LABEL org.opencontainers.image.url=https://github.com/ndigitals/ols-dockerfiles
LABEL org.opencontainers.image.documentation=https://github.com/ndigitals/ols-dockerfiles/wiki
Expand Down

0 comments on commit d5a4082

Please sign in to comment.