Skip to content

Commit

Permalink
Aktualisieren Sie die Dockerfile und build_versions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Apr 19, 2024
1 parent 35af6a4 commit 401b8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM voxpupuli/voxpupuli/voxbox:latest

ARG PUPPET_RELEASE
ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}
Expand Down
4 changes: 2 additions & 2 deletions build_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"include": [
{
"release": 7,
"version": "7.13.0"
"version": "7.17.0"
},
{
"release": 8,
"version": "8.2.1"
"version": "8.3.0"
}
]
}

0 comments on commit 401b8f1

Please sign in to comment.