We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578764d commit 8ba4522Copy full SHA for 8ba4522
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
- app
18
19
app:
20
- image: ghcr.io/tls-attacker/anvil-web:v1.2.0
+ image: ghcr.io/tls-attacker/anvil-web:v1.2.1
21
# image: anvil-web
22
restart: unless-stopped
23
environment:
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "anvil-web",
3
- "version": "0.0.0",
+ "version": "v1.2.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
0 commit comments