Skip to content

Commit

Permalink
fix: docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
algirdasc committed Aug 3, 2024
1 parent db1dad9 commit 5ab497d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:24.04 as base
FROM ubuntu:22.04 as base

MAINTAINER Algirdas <[email protected]>
MAINTAINER Algirdas Č. <[email protected]>

ARG DEBIAN_FRONTEND=noninteractive
ARG PHP_VERSION=8.3
Expand Down

0 comments on commit 5ab497d

Please sign in to comment.