Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump golang from 1.20-alpine to 1.21-alpine (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 2, 2023
1 parent 5cf241a commit 5043951
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## UNRELEASED

### Changed

- Go version updated from `1.20` up to `1.21`

## v4.5.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2

# Image page: <https://hub.docker.com/_/golang>
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder

# can be passed with any prefix (like `v1.2.3@GITHASH`)
# e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
app: &app-service
image: golang:1.20-buster # Image page: <https://hub.docker.com/_/golang>
image: golang:1.21-buster # Image page: <https://hub.docker.com/_/golang>
working_dir: /src
environment:
HOME: /tmp
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gh.tarampamp.am/mikrotik-hosts-parser/v4

go 1.20
go 1.21

require (
github.com/a8m/envsubst v1.4.2
Expand Down

0 comments on commit 5043951

Please sign in to comment.