Skip to content

Commit

Permalink
Merge pull request #367 from XenitAB/update/go-1.21.7
Browse files Browse the repository at this point in the history
Update Go image to 1.21.7
  • Loading branch information
phillebaba authored Feb 21, 2024
2 parents 538f18d + 5580fa8 commit c9343bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#355](https://github.com/XenitAB/spegel/pull/355) Rename OCI function names.
- [#356](https://github.com/XenitAB/spegel/pull/356) Refactor OCI client test to simplify testing multiple implementations.
- [#357](https://github.com/XenitAB/spegel/pull/357) Replace mock Containerd store with real upstream store.
- [#367](https://github.com/XenitAB/spegel/pull/367) Update Go image to 1.21.7.

### Deprecated

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.21.4@sha256:9baee0edab4139ae9b108fffabb8e2e98a67f0b259fd25283c2a084bd74fea0d as builder
FROM golang:1.21.7@sha256:549dd88a1a53715f177b41ab5fee25f7a376a6bb5322ac7abe263480d9554021 as builder
RUN mkdir /build
WORKDIR /build
COPY go.mod go.mod
Expand Down

0 comments on commit c9343bf

Please sign in to comment.