Skip to content

Commit

Permalink
rel: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Apr 15, 2024
1 parent a5a1dda commit 07b5f86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=1.0.0
VERSION?=1.0.1
GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)

Expand Down
8 changes: 4 additions & 4 deletions packaging/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:9
FROM debian:12

RUN apt-get update && \
apt-get install -y ruby ruby-dev rubygems build-essential git rpm
RUN apt-get update
RUN apt-get install -y ruby ruby-dev rubygems build-essential git rpm

RUN gem install --no-document fpm -v 1.11.0
RUN gem install --no-document fpm -v 1.15.1

VOLUME /repo
WORKDIR /repo
Expand Down

0 comments on commit 07b5f86

Please sign in to comment.