We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbeeca commit dba6957Copy full SHA for dba6957
Dockerfile
@@ -23,6 +23,7 @@ COPY ui /ui
23
RUN npm run build
24
25
FROM alpine
26
+RUN apk upgrade --no-cache
27
LABEL org.opencontainers.image.title="LocalStack" \
28
org.opencontainers.image.description="Extension of Localstack for Docker desktop" \
29
org.opencontainers.image.vendor="LocalStack GmbH" \
Makefile
@@ -1,5 +1,5 @@
1
IMAGE?=localstack/localstack-docker-desktop
2
-TAG?=2026.3.0
+TAG?=2026.4.0
3
4
BUILDER=buildx-multi-arch
5
0 commit comments