diff --git a/Dockerfile b/Dockerfile index 87244cf..e2f451c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 +FROM alpine:3.21.3 RUN apk add -U \ bash \ diff --git a/Makefile b/Makefile index 1429536..b55c5e2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) IMAGE := devodev/inotify -VERSION ?= 0.2.0 +VERSION ?= 0.3.0 PLATFORMS ?= linux/amd64,linux/arm64 LONG_TAG := $(subst $(eval) ,.,$(wordlist 1,3,$(subst ., ,$(VERSION:%=%)))) diff --git a/README.md b/README.md index def640c..0bbbe95 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Supported tags and respective `Dockerfile` links -- [`0.2.0`, `0.2`, `latest`](https://github.com/devodev/docker-inotify) +- [`0.3.0`, `0.3`, `latest`](https://github.com/devodev/docker-inotify) ## Quick reference (cont.)