Skip to content

Commit

Permalink
Fix vulnerability TS-506
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvacareanu7 committed Jul 31, 2023
1 parent 7cc859c commit f4b25a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
codacy: codacy/base@10.2.2
codacy: codacy/base@10.8.0
codacy_plugins_test: codacy/[email protected]

workflows:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.3 as base
FROM alpine:3.18.2 as base

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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.8.3

0 comments on commit f4b25a2

Please sign in to comment.