Skip to content

Commit

Permalink
Fix Dockerfile base image name
Browse files Browse the repository at this point in the history
  • Loading branch information
nanmu42 authored Jun 7, 2024
1 parent 9cbfb24 commit eb341c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
RUN make assets
RUN make all

FROM alpine3.20
FROM alpine:3.20
# Maintainer Info
LABEL maintainer="nanmu42<i@nanmu.me>"
# Dependencies
Expand Down

0 comments on commit eb341c1

Please sign in to comment.