Skip to content

Commit f8e4745

Browse files
committed
Alter 2 files
Update `CHANGELOG.md` Update `Dockerfile`
1 parent 07570ed commit f8e4745

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
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).
66

77
## Unreleased
8+
## 0.3.6 - 2023-02-25
9+
### Changed
10+
* Updated Go build version
11+
### Fixed
12+
* Multiple security advisories
813

914
## 0.3.5 - 2022-01-19
1015
### Added

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19 as builder
1+
FROM golang:1.20 as builder
22

33
RUN mkdir /build
44
ADD . /build/

0 commit comments

Comments
 (0)