mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Bump golang from 1.18.0-alpine to 1.18.1-alpine (#95)
This commit is contained in:
parent
b5892f44d9
commit
3ffb952cdd
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
arch: [amd64] # amd64, 386
|
arch: [amd64] # amd64, 386
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with: {go-version: 1.18.0}
|
with: {go-version: 1.18.1}
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||||
|
|
||||||
|
## UNRELEASED
|
||||||
|
|
||||||
|
- Go updated from `1.18.0` up to `1.18.1`
|
||||||
|
|
||||||
## v2.13.0
|
## v2.13.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# syntax=docker/dockerfile:1.2
|
# syntax=docker/dockerfile:1.2
|
||||||
|
|
||||||
# Image page: <https://hub.docker.com/_/golang>
|
# Image page: <https://hub.docker.com/_/golang>
|
||||||
FROM golang:1.18.0-alpine as builder
|
FROM golang:1.18.1-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" .`
|
# can be passed with any prefix (like `v1.2.3@GITHASH`), e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
|
||||||
ARG APP_VERSION="undefined@docker"
|
ARG APP_VERSION="undefined@docker"
|
||||||
|
@ -8,7 +8,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app: &app-service
|
app: &app-service
|
||||||
image: golang:1.18.0-buster # Image page: <https://hub.docker.com/_/golang>
|
image: golang:1.18.1-buster # Image page: <https://hub.docker.com/_/golang>
|
||||||
working_dir: /src
|
working_dir: /src
|
||||||
environment:
|
environment:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user