chore(deps): update alpine docker tag to v3.18
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
42c4c38e50
commit
ed3b392264
16 changed files with 16 additions and 16 deletions
|
|
@ -14,7 +14,7 @@ RUN go build -v -ldflags="-s -w" -tags netgo -o login-app
|
|||
RUN apk add --no-cache kbd
|
||||
|
||||
|
||||
FROM alpine:3.17
|
||||
FROM alpine:3.18
|
||||
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||
|
||||
EXPOSE 8081
|
||||
|
|
|
|||
Reference in a new issue