Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 1ab85b3 commit 51a4206
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 @@ -10,7 +10,7 @@ COPY . .

RUN go test ./... && go install -trimpath -ldflags "-s -w -X main.version=$(git describe --tags --abbrev=0)"

FROM alpine:3.19
FROM alpine:3.20

LABEL org.opencontainers.image.title="evernote2md" \
org.opencontainers.image.description="Convert Evernote .enex export file to Markdown" \
Expand Down

0 comments on commit 51a4206

Please sign in to comment.