Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Sep 11, 2021
1 parent 6a55b7b commit 2c0d1ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Umputun
Copyright (c) 2021 Umputun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion base.alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14

LABEL maintainer="Umputun <[email protected]>"

Expand Down
8 changes: 4 additions & 4 deletions build.go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM golang:1.16-alpine
FROM golang:1.17-alpine
LABEL maintainer="Umputun <[email protected]>"

ENV \
TIME_ZONE=America/Chicago \
CGO_ENABLED=0 \
GOVERALLS=0.0.8 \
GOLANGCI=1.39.0 \
GOVERALLS=0.0.9 \
GOLANGCI=1.42.1 \
STATIK=0.1.7 \
GORELEASER=0.162.0
GORELEASER=0.178.0

RUN \
apk add --no-cache --update tzdata git bash curl && \
Expand Down

0 comments on commit 2c0d1ff

Please sign in to comment.