Merge pull request #757 from tduong2049/upgrade-alpine-docker

Upgrade base image in Dockerfile to alpine:3.20
This commit is contained in:
Josh Baker 2024-12-09 18:09:09 -07:00 committed by GitHub
commit bed590b2f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.16.2
FROM alpine:3.20
ARG VERSION
ARG TARGETOS