Skip to content

Commit

Permalink
Release version v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesimoes committed Dec 4, 2023
1 parent c07047c commit e36a044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.5.0

Users willing to use Pmac or NDSSCPimega should update to this release. A
musl-based image has been added, enabling support for linking fully static
binaries for deployment outside of containers.

### New features

* base: add support for Pmac module. by @guirodrigueslima in
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DEBIAN_VERSION=11.7

FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.4.0-dev AS build-image
FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.5.0 AS build-image

FROM debian:${DEBIAN_VERSION}-slim AS base

Expand Down

0 comments on commit e36a044

Please sign in to comment.