Skip to content

Commit

Permalink
fix(docker): bump php from 8.3.1-cli-alpine3.19 to 8.3.2-cli-alpine3.19
Browse files Browse the repository at this point in the history
Bumps php from 8.3.1-cli-alpine3.19 to 8.3.2-cli-alpine3.19.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stanislavbebej committed Jan 30, 2024
1 parent e49b0ab commit 0b195cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder container
FROM php:8.3.1-cli-alpine3.19 AS builder
FROM php:8.3.2-cli-alpine3.19 AS builder

# Install build tools
RUN apk --no-cache add sqlite \
Expand Down

0 comments on commit 0b195cf

Please sign in to comment.