Skip to content

Commit

Permalink
doc changes; go 1.16 in Dockerfile
Browse files Browse the repository at this point in the history
m-manu committed Mar 25, 2022
1 parent aff5713 commit cdbda75
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.14-alpine3.14 as builder
FROM golang:1.16-alpine3.14 as builder

RUN apk --no-cache add build-base

4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
A blazingly-fast simple-to-use tool to find duplicate files (photos, videos, music, documents etc.) on your computer,
portable hard drives etc.
*/
package main

import (

0 comments on commit cdbda75

Please sign in to comment.