Skip to content

Commit

Permalink
Alter 2 files
Browse files Browse the repository at this point in the history
Update `CHANGELOG.md`
Update `Dockerfile`
  • Loading branch information
codemicro committed Feb 25, 2023
1 parent 07570ed commit f8e4745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.3.6 - 2023-02-25
### Changed
* Updated Go build version
### Fixed
* Multiple security advisories

## 0.3.5 - 2022-01-19
### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.20 as builder

RUN mkdir /build
ADD . /build/
Expand Down

0 comments on commit f8e4745

Please sign in to comment.