Skip to content

Commit

Permalink
Fix ENV format in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
magna-z committed Jan 13, 2025
1 parent 969fbe9 commit 6d840dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.21

ENV TRACCAR_VERSION 6.6
ENV TRACCAR_VERSION=6.6

WORKDIR /opt/traccar

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim

ENV TRACCAR_VERSION 6.6
ENV TRACCAR_VERSION=6.6

WORKDIR /opt/traccar

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:24.04

ENV TRACCAR_VERSION 6.6
ENV TRACCAR_VERSION=6.6

WORKDIR /opt/traccar

Expand Down

0 comments on commit 6d840dd

Please sign in to comment.