Fix typo and use correct sqlite package

This commit is contained in:
Manuel 2023-01-10 19:00:00 +01:00
parent 7749b7c159
commit 20fecb22da
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN v -prod -o highscore-server .
FROM alpine:latest
RUN apk --no-cache add sqlite-dev
RUN apk --no-cache add sqlite-libs
WORKDIR /app
COPY --from=build /tmp/app/highscore-server .

View File

@ -2,7 +2,7 @@ variable "REG" {
default = "git.snrd.eu"
}
variable "REPO" {
default = "sunred/higscore-server"
default = "sunred/highscore-server"
}
variable "TAG" {
default = "latest"