Skip to content

Commit 6332e29

Browse files
Merge pull request #222 from codacy/bump_base_image
Fix vulnerability TS-704
2 parents 27bb88a + b1acd40 commit 6332e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
codacy: codacy/base@10.10.0
3+
codacy: codacy/base@10.11.1
44
codacy_plugins_test: codacy/[email protected]
55

66
workflows:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18 as base
1+
FROM alpine:3.19 as base
22

33
RUN apk add --no-cache php bash php-simplexml php-dom php-tokenizer openjdk8-jre
44

0 commit comments

Comments
 (0)